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

8 lines
396 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringInSwitchAndCaseES6.ts ===
switch (`abc${0}abc`) {
No type information for this code. case `abc`:
No type information for this code. case `123`:
No type information for this code. case `abc${0}abc`:
No type information for this code. `def${1}def`;
No type information for this code.}
No type information for this code.