Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-223.cs
index e9d424d40a464334680cbd5aab6429676d9ff487..822dc5c762fed269b3804222654e1d0c1371e4e9 100644 (file)
@@ -6,7 +6,7 @@
 
 enum Foo { Bar }
 class T {
-       static int Main ()
+       public static int Main ()
        {
                System.Enum e = Foo.Bar;
                System.ValueType vt1 = Foo.Bar, vt2 = 1;