Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / test-14.cs
index dac824b6028f87e6ad2f7763b2643f722f5deaa5..803b9376cb0a9c9135a04581be34bc44f84e7602 100644 (file)
@@ -15,7 +15,7 @@ namespace Obj {
                public new int H () {return 11;}
        }
        class Test {
-               static public int Main () {
+               public static int Main () {
                        int result = 0;
                        B b = new B ();
                        A a = b;