[Mono-bugs] [Bug 46949][Nor] Changed - Incorrect CS0177 error
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 26 Jul 2003 13:25:10 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=46949
--- shadow/46949 Sat Jul 26 13:17:26 2003
+++ shadow/46949.tmp.30187 Sat Jul 26 13:25:10 2003
@@ -1,14 +1,14 @@
Bug#: 46949
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -50,6 +50,14 @@
Expected Results:
Compilation succeeded.
How often does this happen?
Allways
+
+------- Additional Comments From bmaurer@users.sf.net 2003-07-26 13:25 -------
+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/)