[Mono-bugs] [Bug 59424][Nor] Changed - Incorrect error: The label 'c' shadows another label by the same name in a containing scope.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 20:55:56 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59424
--- shadow/59424 2004-06-01 20:36:16.000000000 -0400
+++ shadow/59424.tmp.2227 2004-06-01 20:55:56.000000000 -0400
@@ -37,6 +37,9 @@
`The scope of a label is the whole block in which the label is
declared, including any nested blocks. It is a compile-time error for
two labels with the same name to have overlapping scopes.'
The `whole block' in which the second `c' label is declared includes
the first block.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-06-01 20:55 -------
+That was 8.4, Labeled statements