[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-539.cs
index 2b93801f62e6b04a745d4c3e59ca50cce58ac2b8..ea0070d7616e4093029fa0aef7dfa6f1ca2f52f0 100644 (file)
@@ -3,7 +3,7 @@ using System;
 
 class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                //switching to a constant fixes the problem
                double thisIsCausingTheProblem = 5.0;