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

https://bugzilla.novell.com/show_bug.cgi?id=471275#c4


--- Comment #4 from Marek Safar <[email protected]> 2011-01-24 14:13:37 UTC ---
Similar issue here

class A
{
    static void Foo(ulong a)
    {
        switch (a)
        {
            case ulong.MaxValue:
                goto case ulong.MaxValue;
        }
    }
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to