TypeScript/tests/baselines/reference/templateStringWithEmbeddedConditional.symbols
2015-04-15 16:44:20 -07:00

5 lines
202 B
Plaintext

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