Typescript compiler crashes when an interface member property is encountered which is a generic function with a type parameter that extends an unknown type #28728
Labels
Bug
A bug in TypeScript
Crash
For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
Domain: Declaration Emit
The issue relates to the emission of d.ts files
Milestone
Uh oh!
There was an error while loading. Please reload this page.
TypeScript Version: "3.3.0-dev.20181129"
Search Terms:
Code
Expected behavior:
Compiler reports an error about the type T2 not being defined
Actual behavior:
Compiler crashes and does not provide any information on what needs to be done to resolve the issue.
Playground Link:
Not reproducible
Related Issues:
#25456
The text was updated successfully, but these errors were encountered: