=== tests/cases/conformance/es6/templates/templateStringInArrowFunctionES6.ts === var x = x => `abc${ x }def`; >x : (x: any) => string >x => `abc${ x }def` : (x: any) => string >x : any >`abc${ x }def` : string >x : any