TypeScript/tests/cases/conformance/es6/templates/templateStringWithEmbeddedArrowFunction.ts

1 line
31 B
TypeScript
Raw Normal View History

var x = `abc${ x => x }def`;