Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-279.cs
index be1d7fba81fc9a35a02caaa365e259171b607958..37376db0a3c31865726dd5cb5b4c078d2275228e 100644 (file)
@@ -12,7 +12,7 @@ class FlagsAttributeDemo
         Blue = 4
     };
 
-    static int Main( )
+    public static int Main( )
     {
         string s = ((MultiHue)7).ToString ();