Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-153.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 ()
        { }
 }