[Mono-bugs] [Bug 355835] Incompatibility with .NET
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 24 00:07:47 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=355835
User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=355835#c1
Atsushi Enomoto <atsushi at ximian.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |atsushi at ximian.com
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Atsushi Enomoto <atsushi at ximian.com> 2008-01-23 22:07:47 MST ---
Your code is buggy. Microsoft csc has a known bug (which I have already
reported) that allows such violation against C# specification. "as" operator
does not take precedence over "+". In this case you must write like: (str as
string) + "panic"
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list