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

2 lines
70 B
TypeScript

// @target: ES6
`abc${0}abc`(`hello ${0} world`, ` `, `1${2}3`);