Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithCallSignatures4.ts174 let r4arg2 = <T, U>(x: T, y: U) => ''; variable
187 let r4a = [r4arg, r4arg2]; variable
DsubtypingWithCallSignatures2.ts201 let r4arg2 = (x: string, y: number) => ''; variable
214 let r4a = [r4arg1, r4arg2]; variable