summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/incoming_calls_params.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lsp/incoming_calls_params.json')
-rw-r--r--cli/tests/testdata/lsp/incoming_calls_params.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/incoming_calls_params.json b/cli/tests/testdata/lsp/incoming_calls_params.json
new file mode 100644
index 000000000..6b38d26ee
--- /dev/null
+++ b/cli/tests/testdata/lsp/incoming_calls_params.json
@@ -0,0 +1,28 @@
+{
+ "item": {
+ "name": "baz",
+ "kind": 6,
+ "detail": "Bar",
+ "uri": "file:///a/file.ts",
+ "range": {
+ "start": {
+ "line": 5,
+ "character": 2
+ },
+ "end": {
+ "line": 7,
+ "character": 3
+ }
+ },
+ "selectionRange": {
+ "start": {
+ "line": 5,
+ "character": 2
+ },
+ "end": {
+ "line": 5,
+ "character": 5
+ }
+ }
+ }
+}