Searched full:foo* (Results 29176 - 29200 of 30485) sorted by relevance
1...<<1161116211631164116511661167116811691170>>...1220
/third_party/typescript/tests/cases/fourslash/ |
H A D | signatureHelpTaggedTemplatesWithOverloadedTags6.ts | 6 //// function f(...foo[]: any) { return ""; }
|
H A D | signatureHelpTaggedTemplatesWithOverloadedTags7.ts | 6 //// function f(...foo[]: any) { return ""; }
|
H A D | signatureHelpTaggedTemplatesWithOverloadedTags8.ts | 6 //// function f(...foo[]: any) { return ""; }
|
H A D | signatureHelpTaggedTemplatesWithOverloadedTags9.ts | 6 //// function f(...foo[]: any) { return ""; }
|
H A D | signatureHelpThis.ts | 2 ////class Foo<T> {
8 //// public explicitClass(this: Foo<T>, n: number) {
22 ////let foo = new Foo<number>();
23 ////foo.implicitAny(/*1*/);
24 ////foo.explicitThis(/*2*/);
25 ////foo.explicitClass(/*3*/);
|
H A D | signatureHelpWhenEditingCallExpression.ts | 8 ////declare function foo(start: number, end?: number);
|
H A D | signatureHelpWithInvalidArgumentList1.ts | 3 ////function foo(a) { }
4 ////foo(hello my name /**/is
6 verify.signatureHelp({ marker: "", text: "foo(a: any): void" });
|
H A D | signatureHelpWithTriggers01.ts | 3 ////declare function foo<T>(x: T, y: T): T; 5 ////foo/*1*//*2*/; 6 ////foo(/*3*/100/*4*/); 7 ////foo/*5*//*6*/();
|
H A D | signatureHelpWithTriggers02.ts | 3 ////declare function foo<T>(x: T, y: T): T; 6 ////foo(bar/*1*/) 32 text: "foo(x: <U>(x: U, y: U) => U, y: <U>(x: U, y: U) => U): <U>(x: U, y: U) => U",
|
H A D | smartIndentAfterAlignedFunctionArgument.ts | 3 ////function foo(bar,
|
H A D | smartIndentClass.ts | 5 //// private foo: string = "";
|
H A D | smartIndentEnum.ts | 3 ////enum Foo3 {
|
H A D | smartIndentInsideMultilineString.ts | 15 ////function foo1() {
16 //// function foo2() {
17 //// function foo3() {
|
H A D | smartIndentInterface.ts | 3 ////interface Foo {
7 //// foo(): number;
|
H A D | smartIndentModule.ts | 3 ////module Foo {
|
H A D | smartIndentNestedModule.ts | 3 ////module Foo {
4 //// module Foo2 {
|
H A D | smartIndentNonterminatedArgumentListAtEOF.ts | 3 ////function foo(a,
|
H A D | smartIndentOnAccessors.ts | 3 ////class Foo {
4 //// get foo(a,
10 //// set foo(a,
|
H A D | smartIndentOnAccessors01.ts | 3 ////class Foo {
4 //// get foo(a,
10 //// set foo(a,
|
H A D | smartIndentOnAccessors02.ts | 3 ////class Foo {
4 //// get foo() {
|
H A D | smartIndentOnFunctionParameters.ts | 3 ////function foo(a,
|
H A D | smartIndentReturn.ts | 3 //// function foo() {
|
H A D | smartIndentStartLineInLists.ts | 2 ////foo(function () {
|
H A D | smartIndentStatementFor.ts | 3 ////function Foo() {
|
H A D | smartIndentStatementForIn.ts | 3 ////function Foo() {
|
Completed in 27 milliseconds
1...<<1161116211631164116511661167116811691170>>...1220