Closed
Description
I was developing a library but when I add certain generics, TSC crashed:
TypeError: Cannot read property 'kind' of undefined
It works normally when opened in VS Code with complete intellisense. playground link
External Links:
- The 2 generics I added: https://github.com/ksxnodemodules/typescript-tuple/blob/bug-report-tsc/index.ts#L302-L342
- Travis CI result: https://travis-ci.org/ksxnodemodules/typescript-tuple/builds/428650700
- Playground link