[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-9.cs
index 4fd35e3714bf8432b36d548263f25a5517918e1a..581b9aed0f79d543d4e9d00937b2a2c181b78a69 100644 (file)
@@ -1,5 +1,5 @@
 class X {
-       static public int Main (string [] args)
+       public static int Main (string [] args)
        {
                decimal a, b, c, d;