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"}`; ```