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

1 line
41 B
TypeScript
Raw Normal View History

var x = `abc${ { x: 10, y: 20 } }def`;