| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
| D | genericClassWithFunctionTypedMemberArguments.ts | 24 var r3a = c2.foo(x => 1); // number variable
|
| /third_party/typescript/tests/cases/conformance/classes/members/inheritanceAndOverriding/ |
| D | derivedClassOverridesProtectedMembers2.ts | 42 var r3a = d.d; variable
|
| D | derivedClassOverridesPublicMembers.ts | 40 var r3a = d.d; variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | subtypingWithConstructSignatures4.js | 69 var r3a = [r3arg, r3arg2]; variable 170 var r3a = [r3arg, r3arg2]; variable
|
| D | subtypingWithCallSignatures4.js | 69 var r3a = [r3arg, r3arg2]; variable 170 var r3a = [r3arg, r3arg2]; variable
|
| D | subtypingWithConstructSignatures2.js | 96 var r3a = [r3arg1, r3arg2]; variable 231 var r3a = [r3arg1, r3arg2]; variable
|
| D | subtypingWithCallSignatures2.js | 96 var r3a = [r3arg1, r3arg2]; variable 231 var r3a = [r3arg1, r3arg2]; variable
|
| D | subtypingWithConstructSignatures3.js | 72 var r3a = [r3arg2, r3arg1]; variable
|
| D | genericClassWithFunctionTypedMemberArguments.js | 25 var r3a = c2.foo(x => 1); // number variable
|
| D | derivedClassOverridesPublicMembers.js | 41 var r3a = d.d; variable
|
| D | derivedClassOverridesProtectedMembers2.js | 42 var r3a = d.d; variable
|
| D | promisePermutations3.js | 68 var r3a = r3.then(testFunction3, testFunction3, testFunction3); variable
|
| D | promisePermutations.js | 69 var r3a = r3.then(testFunction3, testFunction3, testFunction3); variable
|
| D | promisePermutations2.js | 68 var r3a = r3.then(testFunction3, testFunction3, testFunction3); variable
|
| D | subtypingWithCallSignatures3.js | 70 var r3a = [r3arg2, r3arg]; variable
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypingWithCallSignatures3.ts | 69 var r3a = [r3arg2, r3arg]; variable
|
| D | subtypingWithConstructSignatures3.ts | 71 var r3a = [r3arg2, r3arg1]; variable
|
| D | subtypingWithCallSignatures4.ts | 68 var r3a = [r3arg, r3arg2]; variable
|
| D | subtypingWithCallSignatures2.ts | 95 var r3a = [r3arg1, r3arg2]; variable
|