[Mono-bugs] [Bug 46949][Nor] Changed - Incorrect CS0177 error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Aug 2003 22:01:59 -0400 (EDT)
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46949
--- shadow/46949 2003-07-30 15:16:31.000000000 -0400
+++ shadow/46949.tmp.12686 2003-08-21 22:01:59.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 46949
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
@@ -58,6 +58,9 @@
Also, unrelated to the bug, shouldnt the error message be:
error CS0177: The out parameter `outparam' must be assigned before
control leaves the current method.
(s/leave/leaves/)
+
+------- Additional Comments From martin@ximian.com 2003-08-21 22:01 -------
+Added testcase to test-154.cs; FIXED in CVS.