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

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


Marek Safar <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




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

Reply via email to