デフォルトの型引数と等しいため、除去できる型引数を報告します。
例:
type Foo<T=number> = T; let z: Foo<number>;