Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures2.ts367 let r10arg2: new (...x: Derived[]) => Derived; variable
377 let r10a = [r10arg1, r10arg2]; variable
DsubtypingWithCallSignatures2.ts425 let r10arg2 = (...x: Derived[]) => <Derived>null; variable
438 let r10a = [r10arg1, r10arg2]; variable