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

19 lines
458 B
Text

{"textDocument": {"uri": "file://matchStxCompletion.lean"},
"position": {"line": 8, "character": 9}}
{"items":
[{"textEdit": null,
"label": "b1",
"kind": 5,
"documentation": null,
"detail": "C → String"},
{"textEdit": null,
"label": "f1",
"kind": 5,
"documentation": null,
"detail": "C → Nat"},
{"textEdit": null,
"label": "f2",
"kind": 5,
"documentation": null,
"detail": "C → Bool"}],
"isIncomplete": true}