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

5 lines
211 B
Plaintext

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