TypeScript/tests/baselines/reference/templateStringInConditionalES6.types
2015-04-13 14:29:37 -07:00

12 lines
414 B
Plaintext

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