swc/crates/swc_ecma_parser/tests/tsc/templateStringWithEmbeddedArrayES6.ts

2 lines
48 B
TypeScript

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