[mcs] C#7 throw expression
[mono.git] / mcs / tests / gtest-291.cs
index 81319315e8720a4c40cd548e55fe62ac8edf6323..65d90c8a1a815e2ecb609745d0232c6ce05d5938 100644 (file)
@@ -1,7 +1,7 @@
 using System;
 
 class Global {
-       static void Main() {
+       public static void Main() {
                Console.Write(Test2((int?)2));
        }
        static string Test2(decimal? value) {