Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures4.ts269 let r15arg: new <U, V>(x: { a: U; b: V; }) => U[]; variable
293 let r15b = [r15arg2, r15arg]; variable
DsubtypingWithCallSignatures4.ts307 let r15arg = <U, V>(x: { a: U; b: V; }) => <U[]>null; variable
337 let r15b = [r15arg2, r15arg]; variable