Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / t-missing.cs
index bbb25bfb39ddcae1f7efb11b52fb880915f82389..dbdd53cfc67d292c43de08958f35721947dda489 100644 (file)
@@ -4,6 +4,7 @@ namespace Missing {
 
 #if FOUND
 public class Foo1 {
+       public class InnerFoo {}
 }
 #endif
 
@@ -24,6 +25,7 @@ public class Foo2 {
 #endif
 }
 
+
 public class Foo3 {
 #if FOUND
        public static int i;