[Mono-bugs] [Bug 385758] gmcs errors |= (byte)value
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 1 17:47:44 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=385758
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=385758#c2
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msafar at novell.com
--- Comment #2 from Marek Safar <msafar at novell.com> 2008-05-01 15:47:44 MST ---
using System;
enum E : byte
{
}
class C
{
internal byte e;
public E P
{
set
{
e |= (byte)value;
}
}
public static int Main ()
{
return 0;
}
}
--
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