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