[Mono-bugs] [Bug 50841][Nor] Changed - definite assignment bug in presence of try/catch
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Mar 2004 17:43:58 -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=50841
--- shadow/50841 2004-02-07 12:41:28.000000000 -0500
+++ shadow/50841.tmp.23020 2004-03-12 17:43:58.000000000 -0500
@@ -1,8 +1,8 @@
Bug#: 50841
-Product: Mono/Compilers
+Product: Mono: Compilers
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -11,13 +11,13 @@
AssignedTo: martin@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: mcs doesn't flag CS0177 in presence of try/catch
+Summary: definite assignment bug in presence of try/catch
mcs -t:library bug.cs
---bug.cs---
using System;
class C