forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
opened via imdone.io from a code comment on 966fa16
TODO GH#18445 id:794
TypeScript/tests/cases/fourslash/codeFixConstructorForDerivedNeedSuperCall_all.ts
Lines 12 to 17 in 966fa16
| // TODO: GH#18445 | |
| newFileContent: `class C extends Object { | |
| constructor() {\r | |
| super();\r | |
| } | |
| } |