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:790
TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceMultipleMembersAndPunctuation.ts
Lines 16 to 21 in 966fa16
| // TODO: GH#18445 | |
| newFileContent: | |
| `interface I1 { | |
| x: number, | |
| y: number | |
| z: number; |