Home
last modified time | relevance | path

Searched defs:a14 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures5.ts45 a14: new (x: { a: string; b: number }) => Object; property
68 a14: new <T, U>(x: { a: T; b: U }) => T; // ok property
DcallSignatureAssignabilityInInheritance5.ts45 a14: (x: { a: string; b: number }) => Object; property
68 a14: <T, U>(x: { a: T; b: U }) => T; // ok method
DconstructSignatureAssignabilityInInheritance5.ts45 a14: new (x: { a: string; b: number }) => Object; property
68 a14: new <T, U>(x: { a: T; b: U }) => T; // ok property
DconstructSignatureAssignabilityInInheritance2.ts44 a14: new (x: { a: string; b: number }) => Object; property
85 a14: new <T, U>(x: { a: T; b: U }) => T; // ok property
DcallSignatureAssignabilityInInheritance2.ts44 a14: (x: { a: string; b: number }) => Object; property
85 a14: <T, U>(x: { a: T; b: U }) => T; // ok method