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

1 line
57 B
TypeScript

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