Home
last modified time | relevance | path

Searched defs:r9arg2 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures2.ts337 let r9arg2: new (x: new (arg: Base) => Derived, y: new (arg2: Base) => Derived) => new (r: Base) =>… variable
351 let r9a = [r9arg1, r9arg2]; variable
DsubtypingWithCallSignatures2.ts387 let r9arg2 = (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => <Derived>null; variable
405 let r9a = [r9arg1, r9arg2]; variable