Analzer: error parsing a labeled statement instide a case statement. #3527
Labels
closed-duplicate
Closed in favor of an existing report
legacy-area-analyzer
Use area-devexp instead.
Milestone
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
}
}
The text was updated successfully, but these errors were encountered: