=== tests/cases/compiler/genericClassStaticMethod.ts === class Foo { >Foo : Foo >T : T static getFoo() { >getFoo : () => void } } class Bar extends Foo { >Bar : Bar >T : T >Foo : Foo >T : T static getFoo() { >getFoo : () => void } }