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

1 line
41 B
TypeScript

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