- Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version: nightly, with --declaration flag, also reproducable with stable version
Code
// @declarationclassA{}interfaceClassextends(typeofA){}Expected behavior:
Report error like without --declaration flag.
Actual behavior:
Crashes with Cannot read property 'heritageClauses' of undefined in writeInterfaceDeclaration
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue