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

1 line
53 B
TypeScript

`abc${0}abc`(`hello ${0} world`, ` `, `1${2}3`);