TypeScript/tests/cases/conformance/es6/templates/templateStringWithEmbeddedArrayES6.ts
2014-10-23 15:06:05 -07:00

2 lines
49 B
TypeScript

// @target: ES6
var x = `abc${ [1,2,3] }def`;