Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures2.ts425 let r12arg2: new (x: Array<Base>, y: Array<Derived2>) => Array<Derived>; variable
436 let r12a = [r12arg1, r12arg2]; variable
DsubtypingWithCallSignatures2.ts494 let r12arg2 = (x: Array<Base>, y: Array<Derived2>) => <Array<Derived>>null; variable
508 let r12a = [r12arg1, r12arg2]; variable