[Mono-bugs] [Bug 391062] Unhandled exception when both equality and inequality operators have an unknown type as argument
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 15 17:41:27 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=391062
User cedricv at neonux.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=391062#c1
--- Comment #1 from Cedric Vivier <cedricv at neonux.com> 2008-05-15 15:41:27 MST ---
Simplified testcase :
public class EqualityOperatorWithUnknownTypeCrash
{
public static bool operator
==(EqualityOperatorWithUnknownTypeCrash lhs, IDoNotExist rhs)
{
return false;
}
public static bool operator
!=(EqualityOperatorWithUnknownTypeCrash lhs, IDoNotExist rhs)
{
return false;
}
}
--
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