== should format a template literal type == type Test = `${string & keyof T}Changed`; [expect] type Test = `${string & keyof T}Changed`;