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