╭ name: bar
├ kind: function
├ file: /tests/cases/fourslash/callHierarchyTaggedTemplate.ts
├ span:
│ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:5:1-7:2
│ │ 5: function bar(array: TemplateStringsArray, ...args: any[]) {
│ │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ │ 6:     baz();
│ │    ^^^^^^^^^^
│ │ 7: }
│ │    ^
│ ╰
├ selectionSpan:
│ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:5:10-5:13
│ │ 5: function bar(array: TemplateStringsArray, ...args: any[]) {
│ │             ^^^
│ ╰
├ incoming:
│ ╭ from:
│ │ ╭ name: foo
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyTaggedTemplate.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:1:1-3:2
│ │ │ │ 1: function foo() {
│ │ │ │    ^^^^^^^^^^^^^^^^
│ │ │ │ 2:     bar`a${1}b`;
│ │ │ │    ^^^^^^^^^^^^^^^^
│ │ │ │ 3: }
│ │ │ │    ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:1:10-1:13
│ │ │ │ 1: function foo() {
│ │ │ │             ^^^
│ │ │ ╰
│ │ ╰ incoming: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:2:5-2:8
│ │ │ 2:     bar`a${1}b`;
│ │ │        ^^^
│ ╰ ╰
├ outgoing:
│ ╭ to:
│ │ ╭ name: baz
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyTaggedTemplate.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:9:1-10:2
│ │ │ │  9: function baz() {
│ │ │ │     ^^^^^^^^^^^^^^^^
│ │ │ │ 10: }
│ │ │ │     ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:9:10-9:13
│ │ │ │ 9: function baz() {
│ │ │ │             ^^^
│ │ │ ╰
│ │ ╰ outgoing: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyTaggedTemplate.ts:6:5-6:8
│ │ │ 6:     baz();
│ │ │        ^^^
╰ ╰ ╰
