TypeScript/tests/baselines/reference/templateStringInUnaryPlus.types

6 lines
148 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInUnaryPlus.ts ===
var x = +`abc${ 123 }def`;
>x : number
>+`abc${ 123 }def` : number