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

3 lines
136 B
Plaintext

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