Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-026.cs
index 039708680d487e8907b3748896fae720d4d0644d..a044d97ca801e369315ddb08e1333f47d4096be2 100644 (file)
@@ -10,7 +10,7 @@ class Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<int> foo = new Foo<int> ();
                foo.Hello = 9;