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:792
TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceTypeParamInstantiateDeeply.ts
Lines 10 to 15 in 966fa16
| // TODO: GH#18445 | |
| newFileContent: | |
| `interface I<T> { | |
| x: { y: T, z: T[] }; | |
| } | |
| class C implements I<number> {\r |