Home
last modified time | relevance | path

Searched defs:U3 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunparenthesizedConstructorTypeInUnionOrIntersection.ts3 type U3 = | new () => number alias
DunparenthesizedFunctionTypeInUnionOrIntersection.ts3 type U3 = | () => number alias
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts50 type U3 = (A & B)['kind']; // never alias
DintersectionReduction.ts50 type U3 = (A & B)['kind']; // never alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts196 type U3 = {a3:A} | {b3:A} | {c3:A} | {d3:A} | {e3:A} | {f3:A} | {g3:A} | {h3:A} | {i3:A} | {j3:A}; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts404 type U3 = [...[string, number], boolean]; alias