TypeScript/tests/baselines/reference/templateStringInUnaryPlusES6.symbols

5 lines
170 B
Plaintext
Raw Normal View History

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