[Mono-bugs] [Bug 70472][Nor] Changed - Strange def assignment error with sbyte negation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Dec 2004 00:23:37 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70472
--- shadow/70472 2004-12-11 18:10:34.000000000 -0500
+++ shadow/70472.tmp.21981 2004-12-12 00:23:37.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70472
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -27,6 +27,9 @@
Console.WriteLine (x);
}
}
[benm@omega benm]$ mcs t.cs
t.cs(8) error CS0165: Use of unassigned local variable `x'
Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From martin@ximian.com 2004-12-12 00:23 -------
+Fixed in SVN.