[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-268.cs
index 145c2d86bdffd4bcf94813cef02030b102ae3ee6..95c52e89b6b09101dda13a216aaf6ea8b8195022 100644 (file)
@@ -8,7 +8,7 @@ class X {
                }
        }
        
-       static int Main () {
+       public static int Main () {
                Nested n = new Nested ();
                return n.D() == MyEnum.V ? 0 : 1;
        }