Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsubtypingWithConstructSignatures2.ts482 let r14arg2: new (x: { a: string; b: number }) => Object; variable
494 let r14a = [r14arg1, r14arg2]; variable
DsubtypingWithCallSignatures2.ts561 let r14arg2 = (x: { a: string; b: number }) => <Object>null; variable
576 let r14a = [r14arg1, r14arg2]; variable