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

1 line
32 B
TypeScript
Raw Normal View History

var x = `abc${ [1,2,3] }def`;