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

7 lines
252 B
Plaintext

=== tests/cases/compiler/switchCases.ts ===
switch(0) {
No type information for this code. case 1:
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.