Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mcs / tests / test-272.cs
index ea06b69faa2a824f1a29eab72e1e9fd26e8b4944..3afbfe5f95db20417ed500688ff4b8b30e4f6644 100644 (file)
@@ -14,5 +14,5 @@ class Test
        [Baz ((Foo) 1)]        void f1() {}
        [Baz (foo2 = (Foo) 2)] void f2() {}
        [Baz (foo3 = (Foo) 3)] void f3() {}
-       static void Main() { }
+       public static void Main() { }
 }