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

28 lines
820 B
Text

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