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

20 lines
610 B
Text

{"textDocument": {"uri": "file:///dotIdCompletion.lean"},
"position": {"line": 4, "character": 5}}
{"items":
[{"label": "true",
"kind": 4,
"data": ["file:///dotIdCompletion.lean", 4, 5, 0, "cBoo.true"]},
{"label": "truth",
"kind": 4,
"data": ["file:///dotIdCompletion.lean", 4, 5, 0, "cBoo.truth"]}],
"isIncomplete": false}
Resolution of true:
{"label": "true",
"kind": 4,
"detail": "Boo",
"data": ["file:///dotIdCompletion.lean", 4, 5, 0, "cBoo.true"]}
Resolution of truth:
{"label": "truth",
"kind": 4,
"detail": "Boo",
"data": ["file:///dotIdCompletion.lean", 4, 5, 0, "cBoo.truth"]}