[Mono-bugs] [Bug 58413][Nor] Changed - [PATCH] mcs allows ref in an interface method implemented as out in a class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Mar 2005 17:16:50 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by .
http://bugzilla.ximian.com/show_bug.cgi?id=58413
--- shadow/58413 2005-03-25 07:37:27.000000000 -0500
+++ shadow/58413.tmp.4641 2005-03-25 17:16:50.000000000 -0500
@@ -10,13 +10,13 @@
Component: C#
AssignedTo: projectmonokochi@rediffmail.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: mcs allows ref in an interface method implemented as out in a class
+Summary: [PATCH] mcs allows ref in an interface method implemented as out in a class
Try compiling this:
----
using System;
interface X {
void Hola (ref string name);