Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-94.cs
index a8c5fea996fcd814f5ca78d08a7192d4292b3aa7..bafd610ac5c7a1736ad3bea749306eab21587609 100644 (file)
@@ -30,7 +30,7 @@ public class Derived2 : Base, IVehicle {
 
 public class Test {
 
-       static int Main () {
+       public static int Main () {
                Derived1 d1 = new Derived1 ();
                Derived2 d2 = new Derived2 ();
                Base b1 = d1;