Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures4.ts275 let r15arg2: new <T>(x: { a: T; b: T }) => T[]; variable
287 let r15a = [r15arg, r15arg2]; variable
DsubtypingWithCallSignatures4.ts316 let r15arg2 = <T>(x: { a: T; b: T }) => <T[]>null; variable
331 let r15a = [r15arg, r15arg2]; variable