Home
last modified time | relevance | path

Searched full:foo* (Results 28676 - 28700 of 30687) sorted by relevance

1...<<1141114211431144114511461147114811491150>>...1228

/third_party/typescript/tests/cases/fourslash/
H A DinlayHintsCrash1.ts4 // @Filename: foo.js
H A DinlayHintsShouldWork1.ts3 //// function foo (a: number, b: number) {}
4 //// foo(/*a*/1, /*b*/2);
H A DinlayHintsShouldWork11.ts3 //// function foo(a: number) {
8 //// foo(/*a*/1)(/*b*/2);
H A DinlayHintsShouldWork12.ts3 //// function foo(a: (b: number) => number) {
7 //// foo(/*b*/(c: number) => c + 1);
H A DinlayHintsShouldWork13.ts3 //// function foo (a: number, b: number) {}
5 //// foo(a, /*b*/2);
H A DinlayHintsShouldWork14.ts3 //// function foo (a: number, b: number) {}
4 //// foo(1, 2);
H A DinlayHintsShouldWork15.ts4 ////namespace N { export class Foo {} }
5 ////interface Foo {}
11 ////const d = {} as Foo;
12 ////const e = <Foo>{};
H A DinlayHintsShouldWork2.ts3 //// function foo (a: number, { c }: any) {}
4 //// foo(/*a*/1, { c: 1});
H A DinlayHintsShouldWork23.ts3 //// function foo (Im_very_very_very_very_very_very_very_long: number) {}
4 //// foo(/*a*/1);
H A DinlayHintsShouldWork25.ts3 //// function foo (cb: (a: string) => void) {}
4 //// foo((a/*a*/) => { })
H A DinlayHintsShouldWork26.ts3 //// function foo (cb: (a: Exclude<1 | 2 | 3, 1>) => void) {}
4 //// foo((a/*a*/) => { })
H A DinlayHintsShouldWork27.ts3 //// function foo (a: (b: (c: (d: Exclude<1 | 2 | 3, 1>) => void) => void) => void) {}
4 //// foo(a/*a*/ => {
H A DinlayHintsShouldWork29.ts3 //// function foo (a: (b: (c: (d: Exclude<1 | 2 | 3, 1>) => void) => void) => void) {}
4 //// foo(/*a*/a/*b*/ => {
H A DinlayHintsShouldWork3.ts3 //// function foo (a: number, ...b: number[]) {}
4 //// foo(/*a*/1, /*b*/1, 1, 1);
H A DinlayHintsShouldWork32.ts3 //// function foo1 (a: number, b: number) {}
4 //// function foo2 (c: number, d: number) {}
5 //// function foo3 (e: number, f: number) {}
6 //// function foo4 (g: number, h: number) {}
7 //// function foo5 (i: number, j: number) {}
8 //// function foo6 (k: number, i: number) {}
10 //// function c1 () { foo1(/*a*/1, /*b*/2); }
11 //// function c2 () { foo2(/*c*/1, /*d*/2); }
12 //// function c3 () { foo3(/*e*/1, /*f*/2); }
13 //// function c4 () { foo4(/*
[all...]
H A DinlayHintsShouldWork33.ts3 //// function foo1 (a: number, b: number) {}
4 //// function foo2 (c: number, d: number) {}
5 //// function foo3 (e: number, f: number) {}
6 //// function foo4 (g: number, h: number) {}
7 //// function foo5 (i: number, j: number) {}
8 //// function foo6 (k: number, l: number) {}
10 //// foo1(/*a*/1, /*b*/2);
11 //// foo2(/*c*/1, /*d*/2);
12 //// foo3(/*e*/1, /*f*/2);
13 //// foo4(/*
[all...]
H A DinlayHintsShouldWork34.ts3 //// function foo (v: any) {}
5 //// foo(/*a*/1);
6 //// foo(/*b*/'');
7 //// foo(/*c*/true);
9 //// foo(foo);
10 //// foo(/*j*/(1));
11 //// foo(foo(/*k*/1));
H A DinlayHintsShouldWork35.ts3 //// function foo (v: any) {}
5 //// foo(/*a*/1);
6 //// foo(/*b*/'');
7 //// foo(/*c*/true);
8 //// foo(/*d*/() => 1);
9 //// foo(/*e*/function () { return 1 });
10 //// foo(/*f*/{});
11 //// foo(/*g*/{ a: 1 });
12 //// foo(/*h*/[]);
13 //// foo(/*
[all...]
H A DinlayHintsShouldWork36.ts3 //// function foo (a: number, b: number) {}
5 //// foo(/*a*/a, /*b*/2);
H A DinlayHintsShouldWork38.ts3 //// function foo ()/*a*/ {
H A DinlayHintsShouldWork39.ts3 //// function foo (): number {
H A DinlayHintsShouldWork4.ts3 //// declare function foo(w: number): void
4 //// declare function foo(a: number, b: number): void;
5 //// declare function foo(a: number | undefined, b: number | undefined): void;
7 //// foo(/*a*/1)
8 //// foo(/*b*/1, /*c*/2)
H A DinlayHintsShouldWork40.ts4 //// foo()/*a*/ {
H A DinlayHintsShouldWork46.ts10 //// function foo () { return require('./a'); }
12 //// const c = foo()
H A DinlayHintsShouldWork47.ts8 //// x.foo(1, 2);
11 //// * @type {{foo: (a: number, b: number) => void}}
14 //// y.foo(/*a*/1, /*b*/2)

Completed in 22 milliseconds

1...<<1141114211431144114511461147114811491150>>...1228