Skip to content

Commit 27ebd5c

Browse files
author
Arthur Ozga
committed
removed a prototype
1 parent 139d0f4 commit 27ebd5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/compiler/checker.ts

-6
Original file line numberDiff line numberDiff line change
@@ -14340,12 +14340,6 @@ namespace ts {
1434014340
return grammarErrorOnNode(modifier, Diagnostics._0_modifier_cannot_be_used_with_1_modifier, "private", "abstract");
1434114341
}
1434214342
}
14343-
else {
14344-
// mark the constructor abstract for static-side assignability restrictions.
14345-
14346-
// (<ClassDeclaration>node).members.????;
14347-
14348-
}
1434914343

1435014344
flags |= NodeFlags.Abstract;
1435114345
break;

0 commit comments

Comments
 (0)