From 48784ce699f94a7f4132fdc3b39b941d62292586 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 29 Nov 2006 20:32:42 +0000 Subject: [PATCH] New test. svn path=/branches/martin/anonymous-methods2/work/; revision=68693 --- mcs/work/test-martin-8.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 mcs/work/test-martin-8.cs diff --git a/mcs/work/test-martin-8.cs b/mcs/work/test-martin-8.cs deleted file mode 100644 index dadb22a676e..00000000000 --- a/mcs/work/test-martin-8.cs +++ /dev/null @@ -1,16 +0,0 @@ -// Bug #79972 -delegate void TestFunc(T val); - -class A -{ - public A(TestFunc func) { } - - static void Main () - { } -} - -class TestClass -{ - readonly A a = new A(delegate(int a) { }); - static void Func(TestFunc func) { } -} -- 2.25.1