[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-314.cs
index 83ecc8112a261cb82969dab2b193caa0932d227c..3d2fab33e6071750b91b160b82d130da2bd0e44f 100644 (file)
@@ -5,7 +5,7 @@ class X {
        X () {}
        X (int x) {}
        
-       static int Main () {
+       public static int Main () {
                if (new X ().b != "static stringstring")
                        return 1;