╭ name: bar
├ kind: function
├ file: /tests/cases/fourslash/callHierarchyDecorator.ts
├ span:
│ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:5:1-7:2
│ │ 5: function bar() {
│ │    ^^^^^^^^^^^^^^^^
│ │ 6:     baz();
│ │    ^^^^^^^^^^
│ │ 7: }
│ │    ^
│ ╰
├ selectionSpan:
│ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:5:10-5:13
│ │ 5: function bar() {
│ │             ^^^
│ ╰
├ incoming:
│ ╭ from:
│ │ ╭ name: Foo
│ │ ├ kind: class
│ │ ├ file: /tests/cases/fourslash/callHierarchyDecorator.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:1:1-3:2
│ │ │ │ 1: @bar
│ │ │ │    ^^^^
│ │ │ │ 2: class Foo {
│ │ │ │    ^^^^^^^^^^^
│ │ │ │ 3: }
│ │ │ │    ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:2:7-2:10
│ │ │ │ 2: class Foo {
│ │ │ │          ^^^
│ │ │ ╰
│ │ ╰ incoming: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:1:2-1:5
│ │ │ 1: @bar
│ │ │     ^^^
│ ╰ ╰
├ outgoing:
│ ╭ to:
│ │ ╭ name: baz
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyDecorator.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:9:1-10:2
│ │ │ │  9: function baz() {
│ │ │ │     ^^^^^^^^^^^^^^^^
│ │ │ │ 10: }
│ │ │ │     ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:9:10-9:13
│ │ │ │ 9: function baz() {
│ │ │ │             ^^^
│ │ │ ╰
│ │ ╰ outgoing: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyDecorator.ts:6:5-6:8
│ │ │ 6:     baz();
│ │ │        ^^^
╰ ╰ ╰
