/third_party/typescript/tests/baselines/reference/ |
D | overloadConsecutiveness.errors.txt | 1 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 3 …25): error TS2391: Function implementation is missing or not immediately following the declaration. 4 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 6 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 8 …28): error TS2391: Function implementation is missing or not immediately following the declaration. 9 …,2): error TS2391: Function implementation is missing or not immediately following the declaration. 11 …,8): error TS2391: Function implementation is missing or not immediately following the declaration. 12 …,2): error TS2391: Function implementation is missing or not immediately following the declaration. 14 …,2): error TS2391: Function implementation is missing or not immediately following the declaration. 16 …11): error TS2391: Function implementation is missing or not immediately following the declaration. [all …]
|
D | missingFunctionImplementation.errors.txt | 1 …,3): error TS2391: Function implementation is missing or not immediately following the declaration. 2 …,3): error TS2391: Function implementation is missing or not immediately following the declaration. 3 …,3): error TS2391: Function implementation is missing or not immediately following the declaration. 4 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 5 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 6 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 7 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 10 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 14 …19): error TS2391: Function implementation is missing or not immediately following the declaration. 15 …19): error TS2391: Function implementation is missing or not immediately following the declaration. [all …]
|
D | tsxStatelessFunctionComponentOverload4.errors.txt | 2 Overload 1 of 2, '(): Element', gave the following error. 5 Overload 2 of 2, '(l: { yy: number; yy1: string; }): Element', gave the following error. 9 Overload 1 of 2, '(): Element', gave the following error. 12 Overload 2 of 2, '(l: { yy: number; yy1: string; }): Element', gave the following error. 15 Overload 1 of 2, '(): Element', gave the following error. 18 Overload 2 of 2, '(l: { yy: number; yy1: string; }): Element', gave the following error. 21 Overload 1 of 2, '(): Element', gave the following error. 24 Overload 2 of 2, '(l: { yy: number; yy1: string; }): Element', gave the following error. 28 Overload 1 of 2, '(): Element', gave the following error. 30 Overload 2 of 2, '(l: { yy: number; yy1: string; }): Element', gave the following error. [all …]
|
D | arrayAssignmentTest2.errors.txt | 7 …yAssignmentTest2.ts(51,1): error TS2740: Type '() => C1' is missing the following properties from … 8 …AssignmentTest2.ts(52,1): error TS2740: Type '() => any' is missing the following properties from … 9 …entTest2.ts(53,1): error TS2740: Type '{ one: number; }' is missing the following properties from … 10 …r/arrayAssignmentTest2.ts(55,1): error TS2740: Type 'C1' is missing the following properties from … 11 …r/arrayAssignmentTest2.ts(56,1): error TS2740: Type 'C2' is missing the following properties from … 12 …r/arrayAssignmentTest2.ts(57,1): error TS2740: Type 'C3' is missing the following properties from … 13 …r/arrayAssignmentTest2.ts(58,1): error TS2740: Type 'I1' is missing the following properties from … 36 This behaves unexpectedly with the following types: 40 …* Type 2 of the following throws an error but shouldn't: () => void[], SomeClass[], and {one: 1}[]. 42 …* Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeCla… [all …]
|
D | tsxStatelessFunctionComponentOverload5.errors.txt | 2 Overload 1 of 3, '(buttonProps: ButtonProps): Element', gave the following error. 5 Overload 2 of 3, '(linkProps: LinkProps): Element', gave the following error. 8 Overload 3 of 3, '(hyphenProps: HyphenProps): Element', gave the following error. 12 Overload 1 of 3, '(buttonProps: ButtonProps): Element', gave the following error. 14 Overload 2 of 3, '(linkProps: LinkProps): Element', gave the following error. 16 Overload 3 of 3, '(hyphenProps: HyphenProps): Element', gave the following error. 19 Overload 1 of 3, '(buttonProps: ButtonProps): Element', gave the following error. 21 Overload 2 of 3, '(linkProps: LinkProps): Element', gave the following error. 23 Overload 3 of 3, '(hyphenProps: HyphenProps): Element', gave the following error. 26 Overload 1 of 3, '(buttonProps: ButtonProps): Element', gave the following error. [all …]
|
D | arrayAssignmentTest4.errors.txt | 1 …AssignmentTest4.ts(22,1): error TS2740: Type '() => any' is missing the following properties from … 2 …r/arrayAssignmentTest4.ts(23,1): error TS2740: Type 'C3' is missing the following properties from … 13 This behaves unexpectedly with teh following types: 17 …* Type 2 of the following throws an error but shouldn't: () => void[], SomeClass[], and {one: 1}[]. 19 …* Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeCla… 29 !!! error TS2740: Type '() => any' is missing the following properties from type 'any[]': pop, push… 32 !!! error TS2740: Type 'C3' is missing the following properties from type 'any[]': length, pop, pus…
|
D | memberFunctionOverloadMixingStaticAndInstance.errors.txt | 2 …12): error TS2391: Function implementation is missing or not immediately following the declaration. 4 …,5): error TS2391: Function implementation is missing or not immediately following the declaration. 6 …12): error TS2391: Function implementation is missing or not immediately following the declaration. 8 …,5): error TS2391: Function implementation is missing or not immediately following the declaration. 18 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 27 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 36 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 45 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
|
D | arrayAssignmentTest1.errors.txt | 2 …signmentTest1.ts(47,5): error TS2739: Type 'undefined[]' is missing the following properties from … 3 …signmentTest1.ts(48,5): error TS2739: Type 'undefined[]' is missing the following properties from … 10 Type 'C3' is missing the following properties from type 'C1': IM1, C1M1 14 Type 'I1' is missing the following properties from type 'C2': C2M1, C1M1 16 Type 'C3' is missing the following properties from type 'C2': C2M1, IM1, C1M1 23 …yAssignmentTest1.ts(79,1): error TS2740: Type '() => C1' is missing the following properties from … 24 …entTest1.ts(80,1): error TS2740: Type '{ one: number; }' is missing the following properties from … 25 …r/arrayAssignmentTest1.ts(82,1): error TS2740: Type 'C1' is missing the following properties from … 26 …r/arrayAssignmentTest1.ts(83,1): error TS2740: Type 'C2' is missing the following properties from … 27 …r/arrayAssignmentTest1.ts(84,1): error TS2740: Type 'C3' is missing the following properties from … [all …]
|
D | tsxElementResolution9.errors.txt | 2 Overload 1 of 2, '(n: string): { x: number; }', gave the following error. 4 Overload 2 of 2, '(n: number): { y: string; }', gave the following error. 7 Overload 1 of 2, '(n: string): { x: number; }', gave the following error. 9 Overload 2 of 2, '(n: number): { y: string; }', gave the following error. 15 Overload 1 of 2, '(n: string): { x: number; }', gave the following error. 17 Overload 2 of 2, '(n: number): { x: number; y: string; }', gave the following error. 38 !!! error TS2769: Overload 1 of 2, '(n: string): { x: number; }', gave the following error. 40 !!! error TS2769: Overload 2 of 2, '(n: number): { y: string; }', gave the following error. 51 !!! error TS2769: Overload 1 of 2, '(n: string): { x: number; }', gave the following error. 53 !!! error TS2769: Overload 2 of 2, '(n: number): { y: string; }', gave the following error. [all …]
|
D | overloadsWithProvisionalErrors.errors.txt | 2 Overload 1 of 2, '(s: string): number', gave the following error. 4 …Overload 2 of 2, '(lambda: (s: string) => { a: number; b: number; }): string', gave the following … 5 Type '{}' is missing the following properties from type '{ a: number; b: number; }': a, b 8 Overload 1 of 2, '(s: string): number', gave the following error. 10 …Overload 2 of 2, '(lambda: (s: string) => { a: number; b: number; }): string', gave the following … 24 !!! error TS2769: Overload 1 of 2, '(s: string): number', gave the following error. 26 …oad 2 of 2, '(lambda: (s: string) => { a: number; b: number; }): string', gave the following error. 27 !!! error TS2769: Type '{}' is missing the following properties from type '{ a: number; b: numb… 35 !!! error TS2769: Overload 1 of 2, '(s: string): number', gave the following error. 37 …oad 2 of 2, '(lambda: (s: string) => { a: number; b: number; }): string', gave the following error.
|
D | taggedTemplateStringsWithOverloadResolution1.errors.txt | 5 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 7 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 10 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 12 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 15 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 17 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 21 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 23 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 50 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 52 …verload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following error. [all …]
|
D | taggedTemplateStringsWithOverloadResolution1_ES6.errors.txt | 5 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 7 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 10 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 12 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 15 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 17 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 21 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 23 …Overload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following erro… 50 …ad 1 of 4, '(strs: TemplateStringsArray, x: number, y: number): boolean', gave the following error. 52 …verload 2 of 4, '(strs: TemplateStringsArray, x: number, y: string): {}', gave the following error. [all …]
|
D | tsxStatelessFunctionComponentsWithTypeArguments4.errors.txt | 2 Overload 1 of 3, '(): Element', gave the following error. 5 …3, '(attr: { b: unknown; a: string; "ignore-prop": boolean; }): Element', gave the following error. 7 Overload 3 of 3, '(attr: { b: unknown; a: number; }): Element', gave the following error. 10 Overload 1 of 3, '(): Element', gave the following error. 12 … 3, '(attr: { b: number; a: string; "ignore-prop": boolean; }): Element', gave the following error. 15 Overload 3 of 3, '(attr: { b: unknown; a: unknown; }): Element', gave the following error. 32 !!! error TS2769: Overload 1 of 3, '(): Element', gave the following error. 35 …3, '(attr: { b: unknown; a: string; "ignore-prop": boolean; }): Element', gave the following error. 37 …TS2769: Overload 3 of 3, '(attr: { b: unknown; a: number; }): Element', gave the following error. 44 !!! error TS2769: Overload 1 of 3, '(): Element', gave the following error. [all …]
|
D | overloadResolutionTest1.errors.txt | 2 Overload 1 of 2, '(bar: { a: number; }[]): string', gave the following error. 4 Overload 2 of 2, '(bar: { a: boolean; }[]): number', gave the following error. 7 Overload 1 of 2, '(bar: { a: number; }): string', gave the following error. 9 Overload 2 of 2, '(bar: { a: boolean; }): number', gave the following error. 12 Overload 1 of 2, '(bar: { a: number; }): number', gave the following error. 14 Overload 2 of 2, '(bar: { a: string; }): string', gave the following error. 28 !!! error TS2769: Overload 1 of 2, '(bar: { a: number; }[]): string', gave the following error. 30 !!! error TS2769: Overload 2 of 2, '(bar: { a: boolean; }[]): number', gave the following error. 48 !!! error TS2769: Overload 1 of 2, '(bar: { a: number; }): string', gave the following error. 50 !!! error TS2769: Overload 2 of 2, '(bar: { a: boolean; }): number', gave the following error. [all …]
|
D | overloadresolutionWithConstraintCheckingDeferred.errors.txt | 2 Overload 1 of 3, '(arg: (x: D) => number): string', gave the following error. 4 Overload 2 of 3, '(arg: (x: C) => any): string', gave the following error. 8 Overload 3 of 3, '(arg: (x: B) => any): number', gave the following error. 15 Overload 1 of 3, '(arg: (x: D) => number): string', gave the following error. 17 Overload 2 of 3, '(arg: (x: C) => any): string', gave the following error. 21 Overload 3 of 3, '(arg: (x: B) => any): number', gave the following error. 27 Overload 1 of 3, '(arg: (x: D) => number): string', gave the following error. 30 Overload 2 of 3, '(arg: (x: C) => any): string', gave the following error. 34 Overload 3 of 3, '(arg: (x: B) => any): number', gave the following error. 58 !!! error TS2769: Overload 1 of 3, '(arg: (x: D) => number): string', gave the following error. [all …]
|
D | contextuallyTypedStringLiteralsInJsxAttributes02.errors.txt | 2 Overload 1 of 2, '(buttonProps: ButtonProps): Element', gave the following error. 5 Overload 2 of 2, '(linkProps: LinkProps): Element', gave the following error. 9 Overload 1 of 2, '(buttonProps: ButtonProps): Element', gave the following error. 12 Overload 2 of 2, '(linkProps: LinkProps): Element', gave the following error. 16 Overload 1 of 2, '(buttonProps: ButtonProps): Element', gave the following error. 19 Overload 2 of 2, '(linkProps: LinkProps): Element', gave the following error. 23 Overload 1 of 2, '(buttonProps: ButtonProps): Element', gave the following error. 26 Overload 2 of 2, '(linkProps: LinkProps): Element', gave the following error. 65 !!! error TS2769: Overload 1 of 2, '(buttonProps: ButtonProps): Element', gave the following erro… 68 !!! error TS2769: Overload 2 of 2, '(linkProps: LinkProps): Element', gave the following error. [all …]
|
D | destructuringTuple.errors.txt | 3 …ndex: number, array: number[]) => number, initialValue: number): number', gave the following error. 5 …er, currentIndex: number, array: number[]) => [], initialValue: []): []', gave the following error. 9 Overload 1 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error. 11 Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error. 31 …ndex: number, array: number[]) => number, initialValue: number): number', gave the following error. 33 …er, currentIndex: number, array: number[]) => [], initialValue: []): []', gave the following error. 40 …r TS2769: Overload 1 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error. 42 …r TS2769: Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
|
D | inheritedConstructorWithRestParams2.errors.txt | 3 Overload 1 of 3, '(x: string, ...y: number[]): Derived', gave the following error. 5 Overload 2 of 3, '(x1: string, x2: string, ...y: number[]): Derived', gave the following error. 8 Overload 1 of 3, '(x: string, ...y: number[]): Derived', gave the following error. 10 Overload 2 of 3, '(x1: string, x2: string, ...y: number[]): Derived', gave the following error. 52 !!! error TS2769: Overload 1 of 3, '(x: string, ...y: number[]): Derived', gave the following err… 54 …: Overload 2 of 3, '(x1: string, x2: string, ...y: number[]): Derived', gave the following error. 59 !!! error TS2769: Overload 1 of 3, '(x: string, ...y: number[]): Derived', gave the following err… 61 …: Overload 2 of 3, '(x1: string, x2: string, ...y: number[]): Derived', gave the following error.
|
D | constructorOverloads1.errors.txt | 6 Overload 1 of 2, '(s: string): Foo', gave the following error. 8 Overload 2 of 2, '(n: number): Foo', gave the following error. 11 Overload 1 of 2, '(s: string): Foo', gave the following error. 13 Overload 2 of 2, '(n: number): Foo', gave the following error. 48 !!! error TS2769: Overload 1 of 2, '(s: string): Foo', gave the following error. 50 !!! error TS2769: Overload 2 of 2, '(n: number): Foo', gave the following error. 56 !!! error TS2769: Overload 1 of 2, '(s: string): Foo', gave the following error. 58 !!! error TS2769: Overload 2 of 2, '(n: number): Foo', gave the following error.
|
D | specializedSignatureAsCallbackParameter1.errors.txt | 2 Overload 1 of 2, '(a: number, cb: (x: number) => number): any', gave the following error. 6 Overload 2 of 2, '(a: string, cb: (x: number) => number): any', gave the following error. 9 Overload 1 of 2, '(a: number, cb: (x: number) => number): any', gave the following error. 13 Overload 2 of 2, '(a: string, cb: (x: number) => number): any', gave the following error. 27 …TS2769: Overload 1 of 2, '(a: number, cb: (x: number) => number): any', gave the following error. 31 …TS2769: Overload 2 of 2, '(a: string, cb: (x: number) => number): any', gave the following error. 36 …TS2769: Overload 1 of 2, '(a: number, cb: (x: number) => number): any', gave the following error. 40 …TS2769: Overload 2 of 2, '(a: string, cb: (x: number) => number): any', gave the following error.
|
D | externModule.errors.txt | 5 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 6 …10): error TS2391: Function implementation is missing or not immediately following the declaration. 8 …13): error TS2391: Function implementation is missing or not immediately following the declaration. 9 …13): error TS2391: Function implementation is missing or not immediately following the declaration. 10 …13): error TS2391: Function implementation is missing or not immediately following the declaration. 30 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 33 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 53 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 61 !!! error TS2391: Function implementation is missing or not immediately following the declaration. 65 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
|
/third_party/boost/boost/pool/detail/ |
D | for.m4 | 43 m4_dnl The following line will output: 47 m4_dnl The following line will output: 51 m4_dnl The following line will output (nothing): 55 m4_dnl The following line will output (nothing): 59 m4_dnl The following line will output: 63 m4_dnl The following line will output: 67 m4_dnl The following two lines will output: 80 m4_dnl The following line will output (nothing): 84 m4_dnl The following line will output (nothing): 88 m4_dnl The following line will output: [all …]
|
/third_party/libxml2/test/XPath/tests/ |
D | chaptersprefol | 1 /following::* 4 /child::EXAMPLE/following::* 6 /child::EXAMPLE/child::chapter[3]/following::* 8 /child::EXAMPLE/child::chapter[1]/image/following::*
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_external_objects_fuchsia.txt | 48 If the GL_ANGLE_memory_object_fuchsia string is reported, the following 56 If the GL_ANGLE_semaphore_fuchsia string is reported, the following commands 66 If the GL_ANGLE_memory_object_fuchsia string is reported, the following 73 If the GL_ANGLE_semaphore_fuchsia string is reported, the following 82 Add the following entry to table 4.2 "Commands for importing 91 are often defined..." with the following 107 Add the following entry to table 6.2 "Commands for importing 116 often defined..." with the following
|
/third_party/boost/libs/spirit/doc/ |
D | concepts_template.qbk | 26 (For any XXX the following expressions must be valid:) 29 XXX the following must be met: 45 For any XXX xxx the following invariants always hold: 49 Prior to calling FOO the following preconditions should hold: 53 Upon return from FOO the following postconditions should hold:
|