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