Home
last modified time | relevance | path

Searched defs:overload1 (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DnavigationItemsOverloadsBroken1.ts28 const overload1: FourSlashInterface.ExpectedNavigateToItem = constant
DnavigationItemsOverloadsBroken2.ts22 const overload1: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [ constant
/third_party/typescript/tests/cases/compiler/
DdeclFilePrivateMethodOverloads.ts20 private overload1(context, fn); method in c2
Dfuncdecl.ts43 function overload1(n: number) : string; function
/third_party/typescript/tests/baselines/reference/
Dfuncdecl.js45 function overload1(ns: any) { function
Dwitness.js80 function overload1() { return undefined; }; function
/third_party/typescript/tests/cases/conformance/types/witness/
Dwitness.ts80 function overload1(x: (n: string) => string): string; function