Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithCallSignatures4.ts207 let r5arg2 = <T, U>(x: (arg: T) => U) => <T>null; variable
221 let r5a = [r5arg, r5arg2]; variable
DsubtypingWithCallSignatures2.ts234 let r5arg2 = (x: (arg: string) => number) => ''; variable
247 let r5a = [r5arg1, r5arg2]; variable