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

5 lines
176 B
Plaintext

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