[Mono-bugs] [Bug 24509] Changed - Uninitialized variable not found by mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 May 2002 14:51:40 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24509
--- shadow/24509 Fri May 10 09:25:56 2002
+++ shadow/24509.tmp.9156 Fri May 10 10:51:40 2002
@@ -1,14 +1,14 @@
Bug#: 24509
Product: Mono/MCS
Version: unspecified
OS: other
OS Details: SuSE 8.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: detlev@die-offenbachs.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -34,6 +34,11 @@
int myInt;
System.Console.WriteLine("Uninitialized, myInt: {0}", myInt);
myInt = 5;
System.Console.WriteLine("After assignment, myInt: {0}", myInt);
}
}
+
+------- Additional Comments From lupus@ximian.com 2002-05-10 10:51 -------
+
+
+*** This bug has been marked as a duplicate of 22724 ***