TypeScript/tests/baselines/reference/templateStringInTypeAssertionES6.symbols

5 lines
182 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInTypeAssertionES6.ts ===
var x = <any>`abc${ 123 }def`;
>x : Symbol(x, Decl(templateStringInTypeAssertionES6.ts, 0, 3))