1 // CS1502: The best overloaded method match for `Test.Test(TestMethod2)' has some invalid arguments
8 new Test (new TestMethod (Foo
));
11 public Test (TestMethod2 test
) {}
14 public delegate void TestMethod ();
15 public delegate void TestMethod2 (object o
);