lean4-htt/tests/lean/interactive/completion.lean.expected.out
2021-04-05 14:00:22 +02:00

24 lines
874 B
Text

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