== should format ==
type Test<T extends keyof string> = Type[   T  ];

[expect]
type Test<T extends keyof string> = Type[T];
