=== tests/cases/compiler/genericConstraintDeclaration.ts === class List{ >List : List, Symbol(List, Decl(genericConstraintDeclaration.ts, 0, 0)) >T : T, Symbol(T, Decl(genericConstraintDeclaration.ts, 0, 11)) static empty(): List{return null;} >empty : () => List, Symbol(List.empty, Decl(genericConstraintDeclaration.ts, 0, 25)) >T : T, Symbol(T, Decl(genericConstraintDeclaration.ts, 1, 17)) >List : List, Symbol(List, Decl(genericConstraintDeclaration.ts, 0, 0)) >T : T, Symbol(T, Decl(genericConstraintDeclaration.ts, 1, 17)) >null : null }