diff options
Diffstat (limited to 'pkg/codesearch/testdata/source0.c.json')
| -rw-r--r-- | pkg/codesearch/testdata/source0.c.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pkg/codesearch/testdata/source0.c.json b/pkg/codesearch/testdata/source0.c.json index d33aa360c..5eea7aba9 100644 --- a/pkg/codesearch/testdata/source0.c.json +++ b/pkg/codesearch/testdata/source0.c.json @@ -20,7 +20,15 @@ "start_line": 19, "end_line": 22 }, - "comment": {} + "comment": {}, + "refs": [ + { + "kind": "calls", + "entity_kind": "function", + "name": "same_name_in_several_files", + "line": 21 + } + ] }, { "kind": "function", |
