[Mono-bugs] [Bug 348255] Bug in turnary operator + nullable types
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Dec 23 09:14:42 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=348255
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=348255#c1
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Marek Safar <msafar at novell.com> 2007-12-23 07:14:41 MST ---
The compiler behavior is correct. There is not implicit conversion between
`null' and `Album'.
The correct code should either contain a cast of null expression or `new Album?
()' constructor.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list