Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithCallSignatures2.ts303 let r7arg2 = (x: (arg: Base) => Derived) => (r: Base) => <Derived>null; variable
319 let r7a = [r7arg1, r7arg2]; variable