Home
last modified time | relevance | path

Searched refs:T02 (Results 1 – 25 of 74) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DkeyofIntersection.js6 type T02<T> = keyof (T & B); // "b" | keyof T
9 type T05 = T02<A>; // "a" | "b"
42 declare type T02<T> = keyof (T & B);
45 declare type T05 = T02<A>;
DneverUnionIntersection.symbols5 type T02 = string & never;
6 >T02 : Symbol(T02, Decl(neverUnionIntersection.ts, 0, 26))
DkeyofIntersection.symbols15 type T02<T> = keyof (T & B); // "b" | keyof T
16 >T02 : Symbol(T02, Decl(keyofIntersection.ts, 3, 25))
34 type T05 = T02<A>; // "a" | "b"
36 >T02 : Symbol(T02, Decl(keyofIntersection.ts, 3, 25))
DkeyofIntersection.types13 type T02<T> = keyof (T & B); // "b" | keyof T
14 >T02 : keyof T | "b"
22 type T05 = T02<A>; // "a" | "b"
DneverUnionIntersection.types5 type T02 = string & never;
6 >T02 : never
DmappedTypes1.types14 type T02 = { [P in "a" | "b"]: Item[P]; }
15 >T02 : T02
DmappedTypes4.types80 type T02 = Boxified<A | B[] | C | string>
81 >T02 : T02
DneverUnionIntersection.js3 type T02 = string & never;
DmappedTypes1.js6 type T02 = { [P in "a" | "b"]: Item[P]; }
61 declare type T02 = {
DmappedTypes4.js30 type T02 = Boxified<A | B[] | C | string>
112 declare type T02 = Boxified<A | B[] | C | string>;
DrestTupleElements1.types8 type T02 = [string?, string]; // Error
9 >T02 : T02
DrestTupleElements1.js4 type T02 = [string?, string]; // Error
104 declare type T02 = [string?, string];
DmappedTypes1.symbols17 type T02 = { [P in "a" | "b"]: Item[P]; }
18 >T02 : Symbol(T02, Decl(mappedTypes1.ts, 3, 35))
DmappedTypes4.symbols93 type T02 = Boxified<A | B[] | C | string>
94 >T02 : Symbol(T02, Decl(mappedTypes4.ts, 27, 50))
DrestTupleElements1.symbols8 type T02 = [string?, string]; // Error
9 >T02 : Symbol(T02, Decl(restTupleElements1.ts, 1, 29))
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts8 type T02<T> = keyof (T & B); // "b" | keyof T alias
11 type T05 = T02<A>; // "a" | "b"
/third_party/PyYAML/tests/data/
Dtimestamp.data1 - 2001-12-15T02:59:43.1Z
Dspec-02-22.data1 canonical: 2001-12-15T02:59:43.1Z
Dconstruct-timestamp.data1 canonical: 2001-12-15T02:59:43.1Z
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts4 type T02 = string & never; alias
/third_party/iptables/extensions/
Dlibxt_time.t4 -m time --timestart 02:00:00 --timestop 03:00:00 --datestart 1970-01-01T02:00:00 --datestop 1970-01…
/third_party/googletest/
DWORKSPACE7 …m/abseil/abseil-cpp/archive/7971fb358ae376e016d2d4fc9327aad95659b25e.zip"], # 2021-05-20T02:59:16Z
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts6 type T02 = [string?, string]; // Error alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes1.ts8 type T02 = { [P in "a" | "b"]: Item[P]; } alias
DmappedTypes4.ts32 type T02 = Boxified<A | B[] | C | string> alias

123