Home
last modified time | relevance | path

Searched refs:T09 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DneverUnionIntersection.symbols26 type T09 = null | never;
27 >T09 : Symbol(T09, Decl(neverUnionIntersection.ts, 7, 29))
DneverUnionIntersection.types26 type T09 = null | never;
27 >T09 : null
DrestTupleElements1.js11 type T09 = [...string?]; // Error
111 declare type T09 = [...?string];
DneverUnionIntersection.js10 type T09 = null | never;
DrestTupleElements1.symbols29 type T09 = [...string?]; // Error
30 >T09 : Symbol(T09, Decl(restTupleElements1.ts, 8, 23))
DmappedTypes6.types29 type T09<T> = { +readonly [P in keyof T]?: T[P] };
30 >T09 : T09<T>
DmappedTypes6.js13 type T09<T> = { +readonly [P in keyof T]?: T[P] };
228 declare type T09<T> = {
DrestTupleElements1.types29 type T09 = [...string?]; // Error
30 >T09 : any[]
DgenericRestParameters1.js136 type T09 = Parameters<Function>;
341 declare type T09 = Parameters<Function>;
DmappedTypes6.symbols74 type T09<T> = { +readonly [P in keyof T]?: T[P] };
75 >T09 : Symbol(T09, Decl(mappedTypes6.ts, 10, 49))
DgenericRestParameters1.symbols548 type T09 = Parameters<Function>;
549 >T09 : Symbol(T09, Decl(genericRestParameters1.ts, 133, 76))
DgenericRestParameters1.errors.txt143 type T09 = Parameters<Function>;
DrestTupleElements1.errors.txt43 type T09 = [...string?]; // Error
DmappedTypes6.errors.txt41 type T09<T> = { +readonly [P in keyof T]?: T[P] };
DgenericRestParameters1.types703 type T09 = Parameters<Function>;
704 >T09 : never
DvariadicTuples1.js231 type T09 = First<never>;
689 declare type T09 = First<never>;
DvariadicTuples1.symbols773 type T09 = First<never>;
774 >T09 : Symbol(T09, Decl(variadicTuples1.ts, 228, 22))
DvariadicTuples1.types821 type T09 = First<never>;
822 >T09 : never
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts11 type T09 = null | never; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts13 type T09 = [...string?]; // Error alias
DvariadicTuples1.ts233 type T09 = First<never>; alias
/third_party/skia/third_party/externals/abseil-cpp/
DWORKSPACE32 name = "com_github_google_benchmark", # 2021-07-01T09:02:54Z
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts15 type T09<T> = { +readonly [P in keyof T]?: T[P] }; alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts138 type T09 = Parameters<Function>;
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md55 [INF 2018-09-27T09:32:03Z basic] [service: database, correlation: 123] Operation completed successf…
77 [INF 2018-09-27T09:32:03Z] Operation completed successfully in 18ms
321 [INF 2018-09-27T09:32:03Z] Operation completed successfully in 18ms

12