/third_party/typescript/tests/baselines/reference/ |
D | genericDefaults.js | 57 declare function f04<T, U = B>(a?: T, b?: U): [T, U]; 59 f04(); 60 f04(a); 61 f04(a, b); 62 f04(a, c); 64 f04<A>(); 65 f04<A>(a); 66 f04<A>(a, b); 68 f04<A, B>(); 69 f04<A, B>(a); [all …]
|
D | genericDefaults.errors.txt | 72 declare function f04<T, U = B>(a?: T, b?: U): [T, U]; 74 f04(); 75 f04(a); 76 f04(a, b); 77 f04(a, c); 79 f04<A>(); 80 f04<A>(a); 81 f04<A>(a, b); 83 f04<A, B>(); 84 f04<A, B>(a); [all …]
|
D | genericDefaults.types | 162 declare function f04<T, U = B>(a?: T, b?: U): [T, U]; 163 >f04 : <T, U = B>(a?: T, b?: U) => [T, U] 168 f04(); 169 >f04() : [unknown, B] 170 >f04 : <T, U = B>(a?: T, b?: U) => [T, U] 172 f04(a); 173 >f04(a) : [A, B] 174 >f04 : <T, U = B>(a?: T, b?: U) => [T, U] 177 f04(a, b); 178 >f04(a, b) : [A, B] [all …]
|
D | genericDefaults.symbols | 177 declare function f04<T, U = B>(a?: T, b?: U): [T, U]; 178 >f04 : Symbol(f04, Decl(genericDefaults.ts, 52, 10)) 190 f04(); 191 >f04 : Symbol(f04, Decl(genericDefaults.ts, 52, 10)) 193 f04(a); 194 >f04 : Symbol(f04, Decl(genericDefaults.ts, 52, 10)) 197 f04(a, b); 198 >f04 : Symbol(f04, Decl(genericDefaults.ts, 52, 10)) 202 f04(a, c); 203 >f04 : Symbol(f04, Decl(genericDefaults.ts, 52, 10)) [all …]
|
D | genericDefaultsErrors.types | 8 declare function f04<T extends string, U extends number = T>(): void; // error 9 >f04 : <T extends string, U extends number = T>() => void
|
D | genericDefaultsErrors.symbols | 9 declare function f04<T extends string, U extends number = T>(): void; // error 10 >f04 : Symbol(f04, Decl(genericDefaultsErrors.ts, 2, 56))
|
D | strictBindCallApply1.js | 14 let f04 = overloaded.bind(undefined); // typeof overloaded variable 82 var f04 = overloaded.bind(undefined); // typeof overloaded
|
D | genericDefaultsErrors.js | 5 declare function f04<T extends string, U extends number = T>(): void; // error
|
D | genericRestParameters2.js | 11 declare let f04: (a: number, b: string, c: boolean, ...x: []) => void; 140 declare let f04: (a: number, b: string, c: boolean, ...x: []) => void;
|
D | genericRestParameters2.symbols | 35 declare let f04: (a: number, b: string, c: boolean, ...x: []) => void; 36 >f04 : Symbol(f04, Decl(genericRestParameters2.ts, 9, 11))
|
D | genericFunctionInference1.js | 14 const f04 = pipe(list, x => box(x)); constant 258 const f04 = pipe(list, x => box(x)); constant
|
D | genericRestParameters2.types | 35 declare let f04: (a: number, b: string, c: boolean, ...x: []) => void; 36 >f04 : (a: number, b: string, c: boolean) => void
|
D | strictBindCallApply1.symbols | 50 let f04 = overloaded.bind(undefined); // typeof overloaded 51 >f04 : Symbol(f04, Decl(strictBindCallApply1.ts, 12, 3))
|
D | genericDefaultsErrors.errors.txt | 35 declare function f04<T extends string, U extends number = T>(): void; // error
|
D | genericFunctionInference1.errors.txt | 18 const f04 = pipe(list, x => box(x));
|
D | genericFunctionInference1.symbols | 102 const f04 = pipe(list, x => box(x)); 103 >f04 : Symbol(f04, Decl(genericFunctionInference1.ts, 12, 5))
|
D | strictBindCallApply1.errors.txt | 85 let f04 = overloaded.bind(undefined); // typeof overloaded
|
D | genericFunctionInference1.types | 71 const f04 = pipe(list, x => box(x)); 72 >f04 : <T>(a: T) => { value: T[]; }
|
/third_party/typescript/tests/cases/compiler/ |
D | genericDefaults.ts | 57 declare function f04<T, U = B>(a?: T, b?: U): [T, U]; 59 f04(); 60 f04(a); 61 f04(a, b); 62 f04(a, c); 64 f04<A>(); 65 f04<A>(a); 66 f04<A>(a, b); 68 f04<A, B>(); 69 f04<A, B>(a); [all …]
|
D | genericDefaultsErrors.ts | 6 declare function f04<T extends string, U extends number = T>(): void; // error
|
D | genericFunctionInference1.ts | 16 const f04 = pipe(list, x => box(x));
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters2.ts | 13 declare let f04: (a: number, b: string, c: boolean, ...x: []) => void; variable
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 15 let f04 = overloaded.bind(undefined); // typeof overloaded
|
/third_party/openssl/test/ |
D | sanitytest.c | 34 a04, b04, c04, d04, e04, f04, g04, h04, i04, j04, in test_sanity_enum_size() enumerator
|
/third_party/elfio/tests/elf_examples/ |
D | test_ppc_o.txt | 52 0000001a 00000f04 R_PPC_ADDR16_LO 00000000 _ZSt4cout + 0
|