TypeScript/tests/baselines/reference/templateStringWithEmbeddedTemplateString.symbols

5 lines
242 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedTemplateString.ts ===
var x = `123${ `456 ${ " | " } 654` }321 123${ `456 ${ " | " } 654` }321`;
>x : Symbol(x, Decl(templateStringWithEmbeddedTemplateString.ts, 0, 3))