TypeScript/tests/baselines/reference/templateStringWithEmbeddedTemplateStringES6.types

5 lines
185 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedTemplateStringES6.ts ===
var x = `123${ `456 ${ " | " } 654` }321 123${ `456 ${ " | " } 654` }321`;
>x : string