TypeScript/tests/baselines/reference/invalidSwitchBreakStatement.symbols
2015-04-15 16:44:20 -07:00

9 lines
427 B
Plaintext

=== tests/cases/conformance/statements/breakStatements/invalidSwitchBreakStatement.ts ===
// break is not allowed in a switch statement
No type information for this code.
No type information for this code.switch (12) {
No type information for this code. case 5:
No type information for this code. break;
No type information for this code.}
No type information for this code.
No type information for this code.