=== tests/cases/compiler/noConstraintInReturnType1.ts === class List { >List : List >T : T static empty(): List { return null; } >empty : () => List >T : T >List : List >T : T }