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

2 lines
74 B
TypeScript

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