/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericCallWithConstraintsTypeArgumentInference.ts | 80 var r8b = c.foo5(d2, d2); // Derived2 variable 103 var r8b = i.foo5(d2, d2); // Derived2 variable
|
/third_party/typescript/tests/baselines/reference/ |
D | nullIsSubtypeOfEverythingButUndefined.js | 33 var r8b = true ? null : <T>(x: T) => { return x }; // type parameters not identical across declarat… variable
|
D | subtypesOfTypeParameter.js | 61 …var r8b = true ? x : <T>(x: T) => { return x }; // type parameters not identical across declaratio… variable
|
D | subtypingWithConstructSignatures2.js | 127 var r8b = [r8arg2, r8arg1]; variable 257 var r8b = [r8arg2, r8arg1]; variable
|
D | subtypesOfTypeParameterWithConstraints2.js | 97 …var r8b = true ? x : <T>(x: T) => { return x }; // ok, type parameters not identical across declar… variable
|
D | subtypingWithCallSignatures2.js | 127 var r8b = [r8arg2, r8arg1]; variable 257 var r8b = [r8arg2, r8arg1]; variable
|
D | genericCallWithConstraintsTypeArgumentInference.js | 81 var r8b = c.foo5(d2, d2); // Derived2 variable
|
D | promisePermutations3.js | 118 var r8b = r8.then(nIPromise, nIPromise, nIPromise).then(nIPromise, nIPromise, nIPromise); // ok variable
|
D | promisePermutations2.js | 118 var r8b = r8.then(nIPromise, nIPromise, nIPromise).then(nIPromise, nIPromise, nIPromise); // ok variable
|
D | promisePermutations.js | 119 var r8b = r8.then(nIPromise, nIPromise, nIPromise).then(nIPromise, nIPromise, nIPromise); // ok variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | nullIsSubtypeOfEverythingButUndefined.ts | 32 var r8b = true ? null : <T>(x: T) => { return x }; // type parameters not identical across declarat… variable
|
D | subtypingWithCallSignatures2.ts | 126 var r8b = [r8arg2, r8arg1]; variable
|