[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs1502-6.cs
index 0399b45135ddbd96b14bda84e8bb538f3b35f45f..23d8e7e8deda35d131ce7af70b1970e915beda74 100644 (file)
@@ -1,15 +1,15 @@
-// cs1502-6.cs: The best overloaded method match for `Test.Test(TestMethod2)' has some invalid arguments\r
-// Line: 8\r
-\r
-public class Test\r
-{\r
-       void Foo ()\r
-       {\r
-               new Test (new TestMethod (Foo));\r
-       }\r
-\r
-       public Test (TestMethod2 test) {}\r
-}\r
-\r
-public delegate void TestMethod ();\r
+// CS1502: The best overloaded method match for `Test.Test(TestMethod2)' has some invalid arguments
+// Line: 8
+
+public class Test
+{
+       void Foo ()
+       {
+               new Test (new TestMethod (Foo));
+       }
+
+       public Test (TestMethod2 test) {}
+}
+
+public delegate void TestMethod ();
 public delegate void TestMethod2 (object o);
\ No newline at end of file