Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithCallSignatures4.ts241 let r6arg2 = <T extends Base>(x: (arg: T) => Derived) => <T>null; variable
255 let r6a = [r6arg, r6arg2]; variable
DsubtypingWithCallSignatures2.ts267 let r6arg2 = (x: (arg: Base) => Derived) => <Base>null; variable
281 let r6a = [r6arg1, r6arg2]; variable