lean4-htt/tests/lean/interactive/completionAtPrint.lean.expected.out
2026-01-27 09:55:29 +00:00

12 lines
367 B
Text

{"textDocument": {"uri": "file:///completionAtPrint.lean"},
"position": {"line": 2, "character": 10}}
{"items":
[{"label": "gg",
"kind": 21,
"data": ["file:///completionAtPrint.lean", 2, 10, 0, "cf.gg"]}],
"isIncomplete": false}
Resolution of gg:
{"label": "gg",
"kind": 21,
"detail": "Nat",
"data": ["file:///completionAtPrint.lean", 2, 10, 0, "cf.gg"]}