Merge pull request #5560 from kumpera/wasm-work-p3
[mono.git] / mcs / tests / test-136.cs
index 562cdbee956c3d32014f014772f0e07d2cf00db8..b9e8216d8d3d2b0104b9e3364fb16f0441365022 100644 (file)
@@ -37,7 +37,7 @@ public class MyCar: IAutomobile, IDiagnostic {
 }
 
 class TestConflict {
-       static int Main ()
+       public static int Main ()
        {
                MyCar car1 = new MyCar();
                car1.Stop(); // calls the IAutomobile.Stop implementation