lean4-htt/tests/server_interactive/matchStxCompletion.lean.out.expected
Garmelon a3cb39eac9
chore: migrate more tests to new test suite (#12809)
This PR migrates most remaining tests to the new test suite. It also
completes the migration of directories like `tests/lean/run`, meaning
that PRs trying to add tests to those old directories will now fail.
2026-03-06 16:52:01 +00:00

28 lines
841 B
Text

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