lean4-htt/tests/lean/interactive/completionPrv.lean.expected.out
Leonardo de Moura e6e12ca408 fix: fixes #408
2021-04-22 19:07:03 -07:00

18 lines
791 B
Text

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