[Mono-bugs] [Bug 471275] Internal compiler error -> System.OverflowException: Value is greater than Int64.MaxValue
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 24 09:13:39 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=471275
https://bugzilla.novell.com/show_bug.cgi?id=471275#c4
--- Comment #4 from Marek Safar <msafar at novell.com> 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.
More information about the mono-bugs
mailing list