lean4-htt/tests/lean/interactive/completion.lean.expected.out
2021-12-15 11:24:11 -08:00

16 lines
736 B
Text

{"textDocument": {"uri": "file://completion.lean"},
"position": {"line": 3, "character": 22}}
{"items": [{"label": "foo", "kind": 5, "detail": "Foo → Nat"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion.lean"},
"position": {"line": 5, "character": 23}}
{"items": [{"label": "foo", "kind": 5, "detail": "Foo → Nat"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion.lean"},
"position": {"line": 7, "character": 28}}
{"items": [{"label": "foo", "kind": 5, "detail": "Foo → Nat"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion.lean"},
"position": {"line": 9, "character": 29}}
{"items": [{"label": "foo", "kind": 5, "detail": "Foo → Nat"}],
"isIncomplete": true}