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

1 line
36 B
TypeScript
Raw Normal View History

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