Home
last modified time | relevance | path

Searched defs:T08 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts10 type T08 = undefined & never; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts12 type T08 = [...string]; // Error alias
DvariadicTuples1.ts232 type T08 = First<any>; alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts14 type T08<T> = { +readonly [P in keyof T]: T[P] }; alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes3.ts15 type T08 = Foo1<`**${string}**`>; alias