Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-234.cs
index e2ce76ddbcd6398e252217e70a031178beb7c02a..099d774eafbb877008b279878ae1c6ab1cebddfb 100644 (file)
@@ -36,7 +36,7 @@ class T {
                e30 = 1 << 30,
                e31 = 1 << 31,
        }
-       static void Main ()
+       public static void Main ()
        {
                E e = E.e1;
                string s;