Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mcs / tests / gtest-064.cs
index 8df837934c57a85a26855e0a541a30c64d7f81a2..9737245d92bdfb056276c1bc9e6d1de13f61e74a 100644 (file)
@@ -36,6 +36,6 @@ public class Foo<T> : IBar<T>, IFoo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }