Searched full:foo* (Results 28826 - 28850 of 30851) sorted by relevance
1...<<1151115211531154115511561157115811591160>>...1235
/third_party/typescript/tests/cases/fourslash/ |
H A D | indentationInArrays.ts | 3 //// function foo() {
|
H A D | indentationInAsyncExpressions.ts | 4 //// async function* foo() {
|
H A D | indentationInBlockCommentAfterFormatting.ts | 5 ////private foo: string;
7 ////constructor(foo: string, bar: string) {
8 ////this.foo = foo;
21 ////cookieMonster = new TestClass("FOO", "BAR");
|
H A D | indentationInClassExpression.ts | 3 ////function foo() {
|
H A D | indentationInComments.ts | 10 //// function foo() {
|
H A D | indentationInJsx3.ts | 4 ////function foo() {
14 `function foo() {
27 `function foo() {
|
H A D | indentationInObject.ts | 3 //// function foo() {
|
H A D | indentationNone.ts | 13 //// private foo: string = "";
32 //// interface Foo {
38 //// foo(): number;
45 //// module Foo2 {
57 //// enum Foo3 {
73 //// for (var e in foo.bar) {
77 //// with (foo.bar) {
89 //// switch (foo.bar) {
93 //// switch (foo.bar) {
169 //// if (foo) {
[all...] |
H A D | indentationWithBaseIndent.ts | 14 //// private foo: string = "";
33 //// interface Foo {
39 //// foo(): number;
46 //// module Foo2 {
58 //// enum Foo3 {
74 //// for (var e in foo.bar) {
78 //// with (foo.bar) {
90 //// switch (foo.bar) {
94 //// switch (foo.bar) {
172 //// if (foo) {
[all...] |
H A D | indexerReturnTypes1.ts | 13 //// foo(): Date;
18 //// foo(): RegExp;
|
H A D | inlayHintsCrash1.ts | 4 // @Filename: foo.js
|
H A D | inlayHintsShouldWork1.ts | 3 //// function foo (a: number, b: number) {}
4 //// foo(/*a*/1, /*b*/2);
|
H A D | inlayHintsShouldWork11.ts | 3 //// function foo(a: number) {
8 //// foo(/*a*/1)(/*b*/2);
|
H A D | inlayHintsShouldWork12.ts | 3 //// function foo(a: (b: number) => number) {
7 //// foo(/*b*/(c: number) => c + 1);
|
H A D | inlayHintsShouldWork13.ts | 3 //// function foo (a: number, b: number) {}
5 //// foo(a, /*b*/2);
|
H A D | inlayHintsShouldWork14.ts | 3 //// function foo (a: number, b: number) {}
4 //// foo(1, 2);
|
H A D | inlayHintsShouldWork15.ts | 4 ////namespace N { export class Foo {} }
5 ////interface Foo {}
11 ////const d = {} as Foo;
12 ////const e = <Foo>{};
|
H A D | inlayHintsShouldWork2.ts | 3 //// function foo (a: number, { c }: any) {}
4 //// foo(/*a*/1, { c: 1});
|
H A D | inlayHintsShouldWork23.ts | 3 //// function foo (Im_very_very_very_very_very_very_very_long: number) {}
4 //// foo(/*a*/1);
|
H A D | inlayHintsShouldWork25.ts | 3 //// function foo (cb: (a: string) => void) {}
4 //// foo((a/*a*/) => { })
|
H A D | inlayHintsShouldWork26.ts | 3 //// function foo (cb: (a: Exclude<1 | 2 | 3, 1>) => void) {}
4 //// foo((a/*a*/) => { })
|
H A D | inlayHintsShouldWork27.ts | 3 //// function foo (a: (b: (c: (d: Exclude<1 | 2 | 3, 1>) => void) => void) => void) {}
4 //// foo(a/*a*/ => {
|
H A D | inlayHintsShouldWork29.ts | 3 //// function foo (a: (b: (c: (d: Exclude<1 | 2 | 3, 1>) => void) => void) => void) {}
4 //// foo(/*a*/a/*b*/ => {
|
H A D | inlayHintsShouldWork3.ts | 3 //// function foo (a: number, ...b: number[]) {}
4 //// foo(/*a*/1, /*b*/1, 1, 1);
|
H A D | inlayHintsShouldWork32.ts | 3 //// 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...] |
Completed in 40 milliseconds
1...<<1151115211531154115511561157115811591160>>...1235