Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label names in the same scope must be unique. #393

Closed
ghost opened this issue Nov 9, 2011 · 1 comment
Closed

Label names in the same scope must be unique. #393

ghost opened this issue Nov 9, 2011 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-invalid Closed as we don't believe the reported issue is generally actionable

Comments

@ghost
Copy link

ghost commented Nov 9, 2011

co19/src/LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A02_t01.dart

@DartBot
Copy link

DartBot commented Nov 18, 2011

This comment was originally written by @mhausner


I believe the test is wrong. The spec says:

The scope of a label that labels a statement s is s. The scope of a label that labels a case clause of a switch statement s is s.

I will file a co19 bug against the test.


Added Invalid label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-invalid Closed as we don't believe the reported issue is generally actionable
Projects
None yet
Development

No branches or pull requests

1 participant