[Mono-bugs] [Bug 38606][Nor] Changed - ref parameters should not be callable with out
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 25 Feb 2003 22:25:54 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38606
--- shadow/38606 Mon Feb 24 10:59:50 2003
+++ shadow/38606.tmp.12119 Tue Feb 25 22:25:54 2003
@@ -1,14 +1,14 @@
Bug#: 38606
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,9 @@
public void foo (ref int blah) {}
public void bar (ref int baz)
{
foo(out baz);
}
+
+------- Additional Comments From miguel@ximian.com 2003-02-25 22:25 -------
+Thanks! Bug fixed