Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithCallSignatures2.ts343 let r8arg2 = (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => <Derived>null; variable
361 let r8a = [r8arg1, r8arg2]; variable