╭ name: bar
├ kind: function
├ file: /tests/cases/fourslash/callHierarchyFunction.ts
├ span:
│ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:5:1-9:2
│ │ 5: function bar() {
│ │    ^^^^^^^^^^^^^^^^
│ │ 6:     baz();
│ │    ^^^^^^^^^^
│ │ 7:     quxx();
│ │    ^^^^^^^^^^^
│ │ 8:     baz();
│ │    ^^^^^^^^^^
│ │ 9: }
│ │    ^
│ ╰
├ selectionSpan:
│ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:5:10-5:13
│ │ 5: function bar() {
│ │             ^^^
│ ╰
├ incoming:
│ ╭ from:
│ │ ╭ name: foo
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyFunction.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:1:1-3:2
│ │ │ │ 1: function foo() {
│ │ │ │    ^^^^^^^^^^^^^^^^
│ │ │ │ 2:     bar();
│ │ │ │    ^^^^^^^^^^
│ │ │ │ 3: }
│ │ │ │    ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:1:10-1:13
│ │ │ │ 1: function foo() {
│ │ │ │             ^^^
│ │ │ ╰
│ │ ╰ incoming: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:2:5-2:8
│ │ │ 2:     bar();
│ │ │        ^^^
│ ╰ ╰
├ outgoing:
│ ╭ to:
│ │ ╭ name: baz
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyFunction.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:11:1-12:2
│ │ │ │ 11: function baz() {
│ │ │ │     ^^^^^^^^^^^^^^^^
│ │ │ │ 12: }
│ │ │ │     ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:11:10-11:13
│ │ │ │ 11: function baz() {
│ │ │ │              ^^^
│ │ │ ╰
│ │ ╰ outgoing: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:6:5-6:8
│ │ │ 6:     baz();
│ │ │        ^^^
│ │ ╰
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:8:5-8:8
│ │ │ 8:     baz();
│ │ │        ^^^
│ ╰ ╰
│ ╭ to:
│ │ ╭ name: quxx
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyFunction.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:14:1-15:2
│ │ │ │ 14: function quxx() {
│ │ │ │     ^^^^^^^^^^^^^^^^^
│ │ │ │ 15: }
│ │ │ │     ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:14:10-14:14
│ │ │ │ 14: function quxx() {
│ │ │ │              ^^^^
│ │ │ ╰
│ │ ╰ outgoing: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:7:5-7:9
│ │ │ 7:     quxx();
│ │ │        ^^^^
╰ ╰ ╰
