Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-variance-3.cs
index 142055eab15e2a71d3dfb135419e52610ae333f6..4af8a27d82a224b3bb763173c884f18dcbabd80d 100644 (file)
@@ -2,7 +2,7 @@ delegate T Foo<out T> ();
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                string message = "Hello World!";
                Foo<string> foo = () => message;