lean4-htt/tests/lean/interactive/completion3.lean.expected.out
Wojciech Nawrocki a8cfbb11bf Revert "chore: fix tests"
This reverts commit c6acd968d7.
2022-05-12 13:22:37 -07:00

28 lines
1.1 KiB
Text

{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 7, "character": 9}}
{"items":
[{"label": "b", "kind": 5, "detail": "S → Bool"},
{"label": "x", "kind": 5, "detail": "S → Nat"},
{"label": "y", "kind": 5, "detail": "S → String"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 12, "character": 5}}
{"items":
[{"label": "b", "kind": 5, "detail": "S → Bool"},
{"label": "x", "kind": 5, "detail": "S → Nat"},
{"label": "y", "kind": 5, "detail": "S → String"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 16, "character": 5}}
{"items":
[{"label": "b", "kind": 5, "detail": "S → Bool"},
{"label": "x", "kind": 5, "detail": "S → Nat"},
{"label": "y", "kind": 5, "detail": "S → String"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 20, "character": 5}}
{"items":
[{"label": "x", "kind": 5, "detail": "S → Nat"},
{"label": "b", "kind": 5, "detail": "S → Bool"},
{"label": "y", "kind": 5, "detail": "S → String"}],
"isIncomplete": true}