https://bugzilla.novell.com/show_bug.cgi?id=355835
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=355835#c1 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
