lean4-htt/tests/lean/interactive/completionPrv.lean.expected.out
2021-12-15 12:57:09 -08:00

20 lines
861 B
Text

{"textDocument": {"uri": "file://completionPrv.lean"},
"position": {"line": 2, "character": 11}}
{"items": [{"label": "blaBlaBoo", "kind": 21, "detail": "Nat"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completionPrv.lean"},
"position": {"line": 9, "character": 11}}
{"items": [{"label": "booBoo", "kind": 21, "detail": "Nat"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completionPrv.lean"},
"position": {"line": 21, "character": 5}}
{"items":
[{"label": "field1", "kind": 5, "detail": "S → Nat"},
{"label": "getInc", "kind": 3, "detail": "S → Nat"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completionPrv.lean"},
"position": {"line": 25, "character": 4}}
{"items":
[{"label": "field1", "kind": 5, "detail": "S → Nat"},
{"label": "getInc", "kind": 3, "detail": "S → Nat"}],
"isIncomplete": true}