Home
last modified time | relevance | path

Searched defs:a17 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcallSignatureAssignabilityInInheritance4.ts40 a17: { property
68 a17: <T>(x: (a: T) => T) => T[]; // ok method
DconstructSignatureAssignabilityInInheritance4.ts40 a17: { property
76 a17: new <T extends Base>(x: T) => T[]; // ok, more general parameter type property
DconstructSignatureAssignabilityInInheritance2.ts53 a17: { property
88 a17: new <T>(x: new (a: T) => T) => T[]; // ok property
DcallSignatureAssignabilityInInheritance2.ts53 a17: { property
88 a17: <T>(x: (a: T) => T) => T[]; // ok method