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