Author: miguel
Date: 2007-08-08 10:41:33 -0400 (Wed, 08 Aug 2007)
New Revision: 83671
Added:
trunk/mcs/tests/test-579.cs
Log:
Add test
Added: trunk/mcs/tests/test-579.cs
===================================================================
--- trunk/mcs/tests/test-579.cs 2007-08-08 14:41:17 UTC (rev 83670)
+++ trunk/mcs/tests/test-579.cs 2007-08-08 14:41:33 UTC (rev 83671)
@@ -0,0 +1,17 @@
+using System;
+using System.Reflection;
+
+class X {
+ delegate object test (MethodInfo x);
+
+ static void Main ()
+ {
+ DoCall (delegate(MethodInfo from) {
+ return from.Invoke (null, new object[] { from });
+ });
+ }
+
+ static void DoCall (test t)
+ {
+ }
+}
Property changes on: trunk/mcs/tests/test-579.cs
___________________________________________________________________
Name: svn:eol-style
+ native
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches