Skip to content

Commit 6d0c7c9

Browse files
author
Arthur Ozga
committed
removed a comment
1 parent f3b1321 commit 6d0c7c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12156,7 +12156,6 @@ namespace ts {
1215612156
// derived class inherits base without override/redeclaration
1215712157

1215812158
let derivedClassDecl = getDeclarationOfKind(type.symbol, SyntaxKind.ClassDeclaration);
12159-
// Debug.assert(derivedClassDecl !== undefined);
1216012159

1216112160
// It is an error to inherit an abstract member without implementing it or being declared abstract.
1216212161
// If there is no declaration for the derived class (as in the case of class expressions),

0 commit comments

Comments
 (0)