[Mono-bugs] [Bug 81500][Wis] Changed - Compilation error with as and ?? operator
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 6 18:39:15 EDT 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=81500
--- shadow/81500 2007-05-06 18:38:42.000000000 -0400
+++ shadow/81500.tmp.13817 2007-05-06 18:39:15.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81500
Product: Mono: Compilers
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: marek.safar at seznam.cz
ReportedBy: sanxiyn at gmail.com
QAContact: mono-bugs at ximian.com
@@ -48,6 +48,9 @@
-string result = arg as string ?? "";
+string result = (arg as string) ?? "";
------- Additional Comments From slide.o.mix at gmail.com 2007-05-02 04:19 -------
*** Bug 81505 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From marek.safar at seznam.cz 2007-05-06 18:39 -------
+Fixed in SVN.
More information about the mono-bugs
mailing list