Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-linq-08.cs
index 273145002235e95ffe54a81ffb7768f66178bed9..ca1897e84f35cae310ef92542f91845313bfc5fb 100644 (file)
@@ -30,7 +30,7 @@ static class TestB
 
 public class CustomQueryExpressionPattern
 {
-       static int Main ()
+       public static int Main ()
        {
                var v = new TestA ("Oh yes");
                string foo = from a in v select a;