TypeScript/tests/baselines/reference/templateStringWithEmbeddedConditional.symbols

5 lines
202 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedConditional.ts ===
var x = `abc${ true ? false : " " }def`;
>x : Symbol(x, Decl(templateStringWithEmbeddedConditional.ts, 0, 3))