Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-469.cs
index 9e22abaa27339990a9eeafe65e146f826593e136..5d62dbf895ce6c906d13851fae6bf57702bf5c4b 100644 (file)
@@ -24,7 +24,7 @@ class Lambda {
                };
        }
   
-       static int Main () { 
+       public static int Main () { 
                Del[] d = Make2(10);
                d[0](10);
                if (v != 20)