[msvc] Update csproj files (#5052)
[mono.git] / mcs / tests / test-anon-31.cs
index dd32486d053158f624d4634768b761bde8bb55df..c63c204c000002d67afa1a90065c09ce543aa6f8 100644 (file)
@@ -4,7 +4,7 @@ using System.Reflection;
 class X {
        delegate object test (MethodInfo x);
                
-       static void Main ()
+       public static void Main ()
        {
                DoCall (delegate(MethodInfo from) {
                     return from.Invoke (null, new object[] { from });