Home
last modified time | relevance | path

Searched defs:foo2b (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallTypeArgumentInference.ts13 function foo2b<T, U>(u: U) { function
DgenericCallWithConstraintsTypeArgumentInference.ts21 function foo2b<T extends Base, U extends Derived>(u: U) { function
/third_party/typescript/tests/baselines/reference/
DgenericCallTypeArgumentInference.js103 function foo2b(u) { function
DgenericCallWithConstraintsTypeArgumentInference.js157 function foo2b(u) { function