Skip to content

Analzer: error parsing a labeled statement instide a case statement. #3527

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

Closed
DartBot opened this issue Jun 11, 2012 · 2 comments
Closed

Analzer: error parsing a labeled statement instide a case statement. #3527

DartBot opened this issue Jun 11, 2012 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report legacy-area-analyzer Use area-devexp instead.
Milestone

Comments

@DartBot
Copy link

DartBot commented Jun 11, 2012

This issue was originally filed by [email protected]


See tests/co19/src/Language/11_Statements/08_Switch_A01_t19.dart

main() {
  switch(1) {
    case 0: break;
    label: print("hello"); // analyzer doesn't like this line
  }
}

@bwilkerson
Copy link
Member

Added this to the M1 milestone.

@DartBot
Copy link
Author

DartBot commented Jun 18, 2012

This comment was originally written by [email protected]


Added Duplicate label.
Marked as being merged into #2149.

@DartBot DartBot added Type-Defect legacy-area-analyzer Use area-devexp instead. closed-duplicate Closed in favor of an existing report labels Jun 18, 2012
@DartBot DartBot added this to the M1 milestone Jun 18, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report legacy-area-analyzer Use area-devexp instead.
Projects
None yet
Development

No branches or pull requests

2 participants