[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-262.cs
index 9fba86f55777e57318f8504de483fca35cf2e0d6..628f5cb1a8abf4ea5a4bc8c664a5c7a57ccb4b57 100644 (file)
@@ -12,7 +12,7 @@ namespace n3 {
                {
                        Attribute ();
                }
-               static void Main () {
+               public static void Main () {
                        new A ().X ();
                }
        }