Home
last modified time | relevance | path

Searched full:foo* (Results 28826 - 28850 of 30851) sorted by relevance

1...<<1151115211531154115511561157115811591160>>...1235

/third_party/typescript/tests/cases/fourslash/
H A DindentationInArrays.ts3 //// function foo() {
H A DindentationInAsyncExpressions.ts4 //// async function* foo() {
H A DindentationInBlockCommentAfterFormatting.ts5 ////private foo: string;
7 ////constructor(foo: string, bar: string) {
8 ////this.foo = foo;
21 ////cookieMonster = new TestClass("FOO", "BAR");
H A DindentationInClassExpression.ts3 ////function foo() {
H A DindentationInComments.ts10 //// function foo() {
H A DindentationInJsx3.ts4 ////function foo() {
14 `function foo() {
27 `function foo() {
H A DindentationInObject.ts3 //// function foo() {
H A DindentationNone.ts13 //// 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 DindentationWithBaseIndent.ts14 //// 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 DindexerReturnTypes1.ts13 //// foo(): Date;
18 //// foo(): RegExp;
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...]

Completed in 40 milliseconds

1...<<1151115211531154115511561157115811591160>>...1235