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