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

19 lines
858 B
Text

{"textDocument": {"uri": "file://completion6.lean"},
"position": {"line": 12, "character": 15}}
{"items":
[{"label": "b1", "kind": 5, "detail": "C → String"},
{"label": "f1", "kind": 5, "detail": "C → Nat"},
{"label": "f2", "kind": 5, "detail": "C → Bool"},
{"label": "f3", "kind": 5, "detail": "D → Bool"},
{"label": "toC", "kind": 5, "detail": "D → C"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion6.lean"},
"position": {"line": 21, "character": 4}}
{"items":
[{"label": "b1", "kind": 5, "detail": "C → String"},
{"label": "doubleF1", "kind": 3, "detail": "E → Nat"},
{"label": "f1", "kind": 5, "detail": "C → Nat"},
{"label": "f2", "kind": 5, "detail": "C → Bool"},
{"label": "f3", "kind": 5, "detail": "D → Bool"},
{"label": "toC", "kind": 5, "detail": "D → C"}],
"isIncomplete": true}