=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedObjectLiteralES6.ts === var x = `abc${ { x: 10, y: 20 } }def`; >x : Symbol(x, Decl(templateStringWithEmbeddedObjectLiteralES6.ts, 0, 3)) >x : Symbol(x, Decl(templateStringWithEmbeddedObjectLiteralES6.ts, 0, 16)) >y : Symbol(y, Decl(templateStringWithEmbeddedObjectLiteralES6.ts, 0, 23))