https://bugzilla.novell.com/show_bug.cgi?id=391062

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=391062#c1





--- Comment #1 from Cedric Vivier <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to