Home
last modified time | relevance | path

Searched defs:r3b (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DpropertyAccessOnTypeParameterWithConstraints.ts77 let r3b = a()['getDate'](); variable
DpropertyAccessOnTypeParameterWithoutConstraints.ts74 let r3b: string = a()['toString'](); variable
DpropertyAccessOnTypeParameterWithConstraints3.ts116 let r3b = a()['foo'](); variable
DpropertyAccessOnTypeParameterWithConstraints2.ts126 let r3b = a()['foo'](); variable
DgenericCallWithConstraintsTypeArgumentInference.ts79 let r3b = foo2c(); // Base variable
DsubtypingWithCallSignatures4.ts161 let r3b = [r3arg2, r3arg]; variable
DsubtypingWithCallSignatures2.ts188 let r3b = [r3arg2, r3arg1]; variable