=== tests/cases/conformance/es6/templates/templateStringInConditionalES6.ts === var x = `abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def`; >x : string >`abc${ " " }def` ? `abc${ " " }def` : `abc${ " " }def` : string >`abc${ " " }def` : string >" " : string >`abc${ " " }def` : string >" " : string >`abc${ " " }def` : string >" " : string