Home
last modified time | relevance | path

Searched defs:r3a (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericClassWithFunctionTypedMemberArguments.ts24 var r3a = c2.foo(x => 1); // number variable
/third_party/typescript/tests/cases/conformance/classes/members/inheritanceAndOverriding/
DderivedClassOverridesProtectedMembers2.ts42 var r3a = d.d; variable
DderivedClassOverridesPublicMembers.ts40 var r3a = d.d; variable
/third_party/typescript/tests/baselines/reference/
DsubtypingWithConstructSignatures4.js69 var r3a = [r3arg, r3arg2]; variable
170 var r3a = [r3arg, r3arg2]; variable
DsubtypingWithCallSignatures4.js69 var r3a = [r3arg, r3arg2]; variable
170 var r3a = [r3arg, r3arg2]; variable
DsubtypingWithConstructSignatures2.js96 var r3a = [r3arg1, r3arg2]; variable
231 var r3a = [r3arg1, r3arg2]; variable
DsubtypingWithCallSignatures2.js96 var r3a = [r3arg1, r3arg2]; variable
231 var r3a = [r3arg1, r3arg2]; variable
DsubtypingWithConstructSignatures3.js72 var r3a = [r3arg2, r3arg1]; variable
DgenericClassWithFunctionTypedMemberArguments.js25 var r3a = c2.foo(x => 1); // number variable
DderivedClassOverridesPublicMembers.js41 var r3a = d.d; variable
DderivedClassOverridesProtectedMembers2.js42 var r3a = d.d; variable
DpromisePermutations3.js68 var r3a = r3.then(testFunction3, testFunction3, testFunction3); variable
DpromisePermutations.js69 var r3a = r3.then(testFunction3, testFunction3, testFunction3); variable
DpromisePermutations2.js68 var r3a = r3.then(testFunction3, testFunction3, testFunction3); variable
DsubtypingWithCallSignatures3.js70 var r3a = [r3arg2, r3arg]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithCallSignatures3.ts69 var r3a = [r3arg2, r3arg]; variable
DsubtypingWithConstructSignatures3.ts71 var r3a = [r3arg2, r3arg1]; variable
DsubtypingWithCallSignatures4.ts68 var r3a = [r3arg, r3arg2]; variable
DsubtypingWithCallSignatures2.ts95 var r3a = [r3arg1, r3arg2]; variable