TypeScript/tests/baselines/reference/templateStringInConditionalES6.types

12 lines
356 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInConditionalES6.ts ===
var x = `abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def`;
>x : string
>`abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def` : string
2015-04-13 21:36:11 +02:00
>`abc${ " " }def` : string
>" " : string
>`abc${ " " }def` : string
>" " : string
>`abc${ " " }def` : string
>" " : string