[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-656.cs
index 26c7e86efb71b387c00ae3692a553e670401683f..45c20b625ea3757d5c95973a3cc57d1fb3a33c9a 100644 (file)
@@ -4,7 +4,7 @@
 
 class Goo
 {
-       static void Main ()
+       public static void Main ()
        {
                string s = new Foo () ["foo"];
        }