Make Main method public
[mono.git] / mcs / tests / gtest-318.cs
index 7e8d071a895d54ee18be1ffb201f604562232fe1..b443fff1a33b846cf03cf1a87b98009e5a4389dc 100644 (file)
@@ -16,7 +16,7 @@ public class Goo<Q> : Foo<Bar<Q>.Baz>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Bar<int> bar = new Bar<int> ();
                System.Console.WriteLine (bar);