[System] Fix TDS 7.0 prepared InputOutput parameter info
[mono.git] / mcs / tests / test-639.cs
index 4d4587dc36f7221b02c503ce500ba3282dc659ba..2b32d09f6c4c1ababbd3d9760ebf8fa045366aa6 100644 (file)
@@ -5,7 +5,7 @@ class Foo {
     set { if (!got || value != "A1B2") throw new System.Exception (); }
   }
 
-  static void Main ()
+  public static void Main ()
   {
     (new Foo ()).s += "A" + 1 + "B" + 2;
   }