[Mono-bugs] [Bug 28186][Wis] New - Doesn't report error CS0177: Out parameter must be assigned before leaving method
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Jul 2002 12:02:10 -0000
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@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=28186
--- shadow/28186 Thu Jul 25 08:02:10 2002
+++ shadow/28186.tmp.21543 Thu Jul 25 08:02:10 2002
@@ -0,0 +1,28 @@
+Bug#: 28186
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: martin@gnome.org
+ReportedBy: martin@gnome.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Doesn't report error CS0177: Out parameter must be assigned before leaving method
+
+2002-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * attribute.cs: fixed compilation. The error was:
+ "attribute.cs(571,17): error CS0177: The out parameter 'is_error'
+must
+ be assigned to before control leaves the current method."
+
+-----
+
+This compiled fine for me with MCS, so MCS fails to report that error.