codeowners update
[mono.git] / mcs / tests / test-848.cs
index c7964c5bf55a31689912e7b9d6edd86d81bbd113..caf7062ca7cfa01273026f80c2e187a0f9ed47a7 100644 (file)
@@ -10,7 +10,7 @@ class Program
        {
        }
 
-       static void Main ()
+       public static void Main ()
        {
                A<string> pp = null;
                Foo (pp, (object s, string e) => { });