[Mono-bugs] [Bug 64997][Wis] Changed - CS0152 error (duplicate case statement) lacks error location

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 18:01:24 -0400 (EDT)


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 jluke@cfl.rr.com.

http://bugzilla.ximian.com/show_bug.cgi?id=64997

--- shadow/64997	2004-09-01 02:54:07.000000000 -0400
+++ shadow/64997.tmp.12715	2004-09-06 18:01:24.000000000 -0400
@@ -37,6 +37,11 @@
                 case TypeCode.Boolean:
                 case TypeCode.Boolean:
                         return;
                 }
         }
 }
+
+------- Additional Comments From jluke@cfl.rr.com  2004-09-06 18:01 -------
+Created an attachment (id=10502)
+add the location to the error
+