codeowners update
[mono.git] / mcs / tests / gtest-lambda-01.cs
index eb4a5e3e51344fa9adb7d2ff361e9b82bd09cc1c..bda0a3584c43b608450955b7eb25df0ddb41bc9c 100644 (file)
@@ -12,7 +12,7 @@ class X {
        static IntFunc func, increment;
        static VoidFunc nothing;
        
-       static int Main ()
+       public static int Main ()
        {
                int y = 0;
                int r;