More tests.
[mono.git] / mcs / tests / gtest-278-2-lib.cs
index 35a81b1a83ae6f0eac8fb0d9013380bb72bc2e7b..3614f024d9f2eb81ebf1b65e9bbb8c7f99647c16 100644 (file)
@@ -1,10 +1,19 @@
 // Compiler options: -t:library
 
+// CECIL FIXME: Every method should actually throw new ApplicationException ("Should not be called");
+// but because mcs dependency on System.Reflection it cannot be done
+
 using System;
 
 public class C
 {
-       public class CC {}
+       public class CC
+       {
+               public static string Print ()
+               {
+                       return typeof (CC).FullName;
+               }
+       }
 
        public static string Print ()
        {