Home
last modified time | relevance | path

Searched defs:r8b (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithConstraintsTypeArgumentInference.ts80 var r8b = c.foo5(d2, d2); // Derived2 variable
103 var r8b = i.foo5(d2, d2); // Derived2 variable
/third_party/typescript/tests/baselines/reference/
DnullIsSubtypeOfEverythingButUndefined.js33 var r8b = true ? null : <T>(x: T) => { return x }; // type parameters not identical across declarat… variable
DsubtypesOfTypeParameter.js61 …var r8b = true ? x : <T>(x: T) => { return x }; // type parameters not identical across declaratio… variable
DsubtypingWithConstructSignatures2.js127 var r8b = [r8arg2, r8arg1]; variable
257 var r8b = [r8arg2, r8arg1]; variable
DsubtypesOfTypeParameterWithConstraints2.js97 …var r8b = true ? x : <T>(x: T) => { return x }; // ok, type parameters not identical across declar… variable
DsubtypingWithCallSignatures2.js127 var r8b = [r8arg2, r8arg1]; variable
257 var r8b = [r8arg2, r8arg1]; variable
DgenericCallWithConstraintsTypeArgumentInference.js81 var r8b = c.foo5(d2, d2); // Derived2 variable
DpromisePermutations3.js118 var r8b = r8.then(nIPromise, nIPromise, nIPromise).then(nIPromise, nIPromise, nIPromise); // ok variable
DpromisePermutations2.js118 var r8b = r8.then(nIPromise, nIPromise, nIPromise).then(nIPromise, nIPromise, nIPromise); // ok variable
DpromisePermutations.js119 var r8b = r8.then(nIPromise, nIPromise, nIPromise).then(nIPromise, nIPromise, nIPromise); // ok variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DnullIsSubtypeOfEverythingButUndefined.ts32 var r8b = true ? null : <T>(x: T) => { return x }; // type parameters not identical across declarat… variable
DsubtypingWithCallSignatures2.ts126 var r8b = [r8arg2, r8arg1]; variable