strager opened this issue a year ago · 1 comments
The following TypeScript code is parsed incorrectly by quick-lint-js:
class RT<X> {} class T {} let f = (): RT<T>=> { throw ''; };
I accept this task. (I’m an expert on parsing > btw)