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