I can't find the original issue (if there is one). ```ts const c: "hello" = `hello` ``` Expected: No error. Actual: Type 'string' is not assignable to type '"hello"'. We should just allow people to use `NoSubstitutionTemplate`s the way that they're allowed to use regular strings.