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

4 lines
164 B
Text

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