This always results in a `string` type in non `const` positions, so we can always allow it. We can choose to either leave it or emit a string type. TBD. ``` export let = `asd ${"asd"}`; ```
This always results in a
stringtype in nonconstpositions, so we can always allow it.We can choose to either leave it or emit a string type. TBD.