Home
last modified time | relevance | path

Searched refs:ExpectedNavigateToItem (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DnavigateToIIFE.ts18 const aTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [{ name: "onResume", kind: "f…
19 …eadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSlashInterface…
DnavigateToSingleFileResults.ts17 const aTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [
20 …eadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSlashInterface…
DnavigationItemsOverloadsBroken1.ts28 const overload1: FourSlashInterface.ExpectedNavigateToItem =
30 const overload2: FourSlashInterface.ExpectedNavigateToItem =
DnavigateToQuoted.ts11 const dash: FourSlashInterface.ExpectedNavigateToItem =
13 const space: FourSlashInterface.ExpectedNavigateToItem =
DnavigationItemsOverloadsBroken2.ts22 const overload1: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [
25 const overload2: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [
DnavigationItemsSubStringMatch2.ts21 const horizon: FourSlashInterface.ExpectedNavigateToItem =
23 const origin: FourSlashInterface.ExpectedNavigateToItem =
DnavigationItemsOverloads1.ts29 const methodOverload: FourSlashInterface.ExpectedNavigateToItem =
Dfourslash.ts722 readonly expected: ReadonlyArray<ExpectedNavigateToItem>;
724 interface ExpectedNavigateToItem {
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1643 readonly expected: readonly ExpectedNavigateToItem[];
1646 export interface ExpectedNavigateToItem { interface