TypeScript/tests/baselines/reference/templateStringInIndexExpression.symbols

3 lines
136 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInIndexExpression.ts ===
`abc${0}abc`[`0`];
No type information for this code.