[Mono-bugs] [Bug 81500][Wis] Changed - Compilation error with as and ?? operator
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 2 04:19:39 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 slide.o.mix at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81500
--- shadow/81500 2007-04-30 23:19:16.000000000 -0400
+++ shadow/81500.tmp.5369 2007-05-02 04:19:39.000000000 -0400
@@ -45,6 +45,9 @@
Compilation failed: 1 error(s), 0 warnings
One workaround is to parenthesis as operator:
-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. ***
More information about the mono-bugs
mailing list