Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80425 --- shadow/80425 2007-01-02 10:51:03.000000000 -0500 +++ shadow/80425.tmp.5649 2007-01-02 10:55:22.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: OpenSuse 10.2 (VMWare image Mono 1.2.2.1) Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -57,6 +57,18 @@ Additional Information: ------- Additional Comments From [EMAIL PROTECTED] 2007-01-02 10:51 ------- Created an attachment (id=18425) Zip File Containing the example source files to reproduce this issue + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-02 10:55 ------- +The enum looks like this: + +public enum TestEnumBI64 : long { + AL = Int64.MaxValue, BL = 1000 +} + +The used interface method looks like this: + +TestEnumBI64 Echo(TestEnumBI64 arg); + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
