[mcs] C#7 throw expression
[mono.git] / mcs / tests / gtest-100.cs
index 1132720ceba72ea1152752e659eb6af8933187ff..c82e5907e89ca8a80bfe8771ed6f4f455c032302 100644 (file)
@@ -21,7 +21,7 @@ namespace C5
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                C5.ArrayList<int> array = new C5.ArrayList<int> ();
        }