Bug Report
🔎 Search Terms
Template string, Intersection type
🕗 Version & Regression Information
4.5.4
⏯ Playground Link
Playground link with relevant code
💻 Code
consta='a'typeA=typeofatypeMix=A&{foo: string}typeOrigin1= `${A}` // type is 'a'typeOrigin2= `${Mix}` // type is string🙁 Actual behavior
Origin1 is 'a' and Origin2 is string
🙂 Expected behavior
Origin1 and Origin2 both are 'a'
Bug Report
🔎 Search Terms
Template string, Intersection type
🕗 Version & Regression Information
4.5.4
⏯ Playground Link
Playground link with relevant code
💻 Code
🙁 Actual behavior
Origin1is'a'andOrigin2isstring🙂 Expected behavior
Origin1andOrigin2both are'a'