We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b1321 commit 6d0c7c9Copy full SHA for 6d0c7c9
src/compiler/checker.ts
@@ -12156,7 +12156,6 @@ namespace ts {
12156
// derived class inherits base without override/redeclaration
12157
12158
let derivedClassDecl = getDeclarationOfKind(type.symbol, SyntaxKind.ClassDeclaration);
12159
- // Debug.assert(derivedClassDecl !== undefined);
12160
12161
// It is an error to inherit an abstract member without implementing it or being declared abstract.
12162
// If there is no declaration for the derived class (as in the case of class expressions),
0 commit comments