Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-155.cs
index 7b615431c2ab94c93dbb2b5a6527de653dd1aa3a..a6a77d3d38c8c481d6460fdff55148ca9b06770d 100644 (file)
@@ -19,6 +19,6 @@ public class MyClass<T> where T: IExtended, new()
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }