Home
last modified time | relevance | path

Searched defs:fa2 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts46 function fa2<T, U extends T, A extends string, B extends A>(x: { [P in B as `p_${P}`]: T }, y: { [Q… function
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypes1.js255 function fa2(x, y) { function