Home
last modified time | relevance | path

Searched full:foo* (Results 30401 - 30425 of 32645) sorted by relevance

1...<<1211121212131214121512161217121812191220>>...1306

/third_party/typescript/tests/cases/fourslash/
H A DgetOccurrencesSwitchCaseDefault5.ts8 //// foo: switch/*6*/ (20) {
13 //// break foo;
H A DgetOccurrencesThis6.ts140 //// function foo() {
154 //// function foo() {
163 //// set h(foo: any) {
169 //// function foo() {
H A DgetOccurrencesYield.ts6 //// class Foo {
H A DgetOutliningForBlockComments.ts98 //// get foo()[| {
116 //// * foo
118 ////const foo = null;
120 ////function Foo()[| {
H A DgetOutliningForSingleLineComments.ts76 ////function Foo()[| {
H A DgetOutliningSpans.ts9 ////class Foo[| {
13 //// public foo(): number[| {
47 //// function foo()[| {
55 //// class foo2 implements IFoo2[| {
62 ////function foo(): number[| {
83 //// get foo()[| {
119 //// foo: T;
H A DgetSemanticDiagnosticForDeclaration.ts5 //// export function /*1*/foo/*2*/() {
H A DglobalThisCompletion.ts7 //// (typeof foo !== "undefined"
8 //// ? foo
13 //// declare var foo: typeof globalThis;
H A DgoToDefinitionAlias.ts14 ////var v1 = new [|/*alias1Value*/alias1|].Foo();
15 ////var v2 = new Module.[|/*alias2Value*/alias2|].Foo();
19 ////export class Foo {
H A DgoToDefinitionConstructorOfClassWhenClassIsPrecededByNamespace01.ts3 ////namespace Foo {
7 ////class Foo {
12 ////var x = new [|/*usage*/Foo|]();
H A DgoToDefinitionConstructorOverloads.ts5 //// /*constructorOverload2*/constructor(foo: string);
6 //// /*constructorDefinition*/constructor(foo: any) { }
10 ////var constructorOverload = new [|/*constructorOverloadReference2*/ConstructorOverload|]("foo");
H A DgoToDefinitionDifferentFile.ts8 ////module /*remoteModuleDefinition*/remoteModule{ export var foo = 1;}
13 ////var foo = new /*remoteClassReference*/remoteClass();
14 ////class fooCls implements /*remoteInterfaceReference*/remoteInterface { }
15 ////var fooVar = /*remoteModuleReference*/remoteModule.foo;
H A DgoToDefinitionDifferentFileIndirectly.ts8 ////module /*remoteModuleDefinition*/rem2Mod { export var foo; }
15 ////module remMod { export var foo; }
22 ////var rem2fooVar = /*remoteModuleReference*/rem2Mod.foo;
H A DgoToDefinitionDynamicImport1.ts3 // @Filename: foo.ts
4 //// /*Destination*/export function foo() { return "foo"; }
H A DgoToDefinitionDynamicImport2.ts3 // @Filename: foo.ts
6 //// var x = import("./foo");
7 //// x.then(foo => {
8 //// foo.[|b/*1*/ar|]();
H A DgoToDefinitionDynamicImport3.ts3 // @Filename: foo.ts
6 //// import('./foo').then(({ [|ba/*1*/r|] }) => undefined);
H A DgoToDefinitionDynamicImport4.ts3 // @Filename: foo.ts
6 //// import('./foo').then(({ [|ba/*1*/r|] }) => undefined);
H A DgoToDefinitionExternalModuleName.ts5 ////var x = new n.Foo();
8 //// /*2*/export class Foo {}
H A DgoToDefinitionExternalModuleName2.ts5 ////var x = new n.Foo();
8 /////*2*/class Foo {}
H A DgoToDefinitionExternalModuleName3.ts5 ////var x = new n.Foo();
9 //// class Foo { }
H A DgoToDefinitionExternalModuleName5.ts5 //// class Foo { }
H A DgoToDefinitionExternalModuleName6.ts8 //// class Foo { }
H A DgoToDefinitionExternalModuleName7.ts4 ////import {Foo, Bar} from [|'e/*1*/'|];
8 //// class Foo { }
H A DgoToDefinitionExternalModuleName8.ts4 ////export {Foo, Bar} from [|'e/*1*/'|];
8 //// class Foo { }
H A DgoToDefinitionExternalModuleName9.ts8 //// class Foo { }

Completed in 30 milliseconds

1...<<1211121212131214121512161217121812191220>>...1306