Bump corert
[mono.git] / mcs / errors / cs1501-18.cs
index 6f445564e948e0982cf82234f6818456485db5f8..b22ab55c406ba3e8ce2ba31e308169a788297f37 100644 (file)
@@ -1,5 +1,5 @@
 // CS1501: No overload for method `Bar' takes `2' arguments
-// Line: 25
+// Line: 19
 
 using System;
 
@@ -13,14 +13,6 @@ class T
        {
        }
 
-       static void Mismatch (string s)
-       {
-       }
-
-       public static void Main ()
-       {
-       }
-
        void Bar ()
        {
                Foo (arg: 1, a: () => {