Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcallSignatureAssignabilityInInheritance4.ts38 a15: <T>(x: { a: T; b: T }) => T[]; method
66 a15: <U, V>(x: { a: U; b: V; }) => U[]; // ok, T = U, T = V method
DconstructSignatureAssignabilityInInheritance4.ts38 a15: new <T>(x: { a: T; b: T }) => T[]; property
74 a15: new <U, V>(x: { a: U; b: V; }) => U[]; // ok, T = U, T = V property
DconstructSignatureAssignabilityInInheritance2.ts45 a15: { property
86 a15: new <T>(x: T) => T[]; // ok property
DcallSignatureAssignabilityInInheritance2.ts45 a15: { property
86 a15: <T>(x: T) => T[]; // ok method