[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / gtest-282.cs
index 36a0217cb37cf8c5300f0159eb9a5c574b3d873e..945419cc23b731a6ebe5334042c03c119564fa56 100644 (file)
@@ -5,5 +5,5 @@ class C<T> {}
 
 class Test {
        static Foo f = new Foo ();
-       static void Main () { System.Console.WriteLine (f.GetType ().BaseType); }
+       public static void Main () { System.Console.WriteLine (f.GetType ().BaseType); }
 }