## Steps to reproduce ```ts export function wowee<T>() { throw new Error("TODO"); } ``` ## Behavior with `typescript@5.8` No error. ## Behavior with `tsgo` ``` 'T' is declared but never used.ts(6196) ```