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=76590 --- shadow/76590 2005-10-29 12:59:37.000000000 -0400 +++ shadow/76590.tmp.15033 2005-10-29 12:59:37.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 76590 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: Panther +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: gmcs takes case null for case default + +Please fill in this template when reporting a bug, unless you know what you are doing. +Description of Problem: +gmcs mistakes case (string)null: for a (duplicate) case default -- error CS0152 + +Steps to reproduce the problem: +1. gmcs IContainer.cs Test.cs Container.cs ## from my C# class notes +2. +3. + +Actual Results: +CS0152 + +Expected Results: +proper compilation, as with csc in VS 2005 beta 2 + +How often does this happen? +always + +Additional Information: +if you comment the case (string)null: in line 74 in file Test.cs the error message disappears. +Files available upon request or at <http://www.cs.rit.edu/~ats/cs-2005-1/code/adt/> at top +level and in subdirectory array. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
