lean4-htt/tests/lean/interactive/completion.lean.expected.out
Leonardo de Moura c6acd968d7 chore: fix tests
2022-05-12 08:44:00 -07:00

36 lines
952 B
Text

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