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

28 lines
799 B
Text

{"textDocument": {"uri": "file:///completion5.lean"},
"position": {"line": 9, "character": 15}}
{"items":
[{"label": "f1",
"kind": 5,
"data": ["file:///completion5.lean", 9, 15, 1, "cC.f1"]},
{"label": "b1",
"kind": 5,
"data": ["file:///completion5.lean", 9, 15, 1, "cC.b1"]},
{"label": "f2",
"kind": 5,
"data": ["file:///completion5.lean", 9, 15, 1, "cC.f2"]}],
"isIncomplete": false}
Resolution of f1:
{"label": "f1",
"kind": 5,
"detail": "C → Nat",
"data": ["file:///completion5.lean", 9, 15, 1, "cC.f1"]}
Resolution of b1:
{"label": "b1",
"kind": 5,
"detail": "C → String",
"data": ["file:///completion5.lean", 9, 15, 1, "cC.b1"]}
Resolution of f2:
{"label": "f2",
"kind": 5,
"detail": "C → Bool",
"data": ["file:///completion5.lean", 9, 15, 1, "cC.f2"]}