Files
lean4/tests/server_interactive/completion4.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

113 lines
3.3 KiB
Plaintext

{"textDocument": {"uri": "file:///completion4.lean"},
"position": {"line": 7, "character": 4}}
{"items":
[{"label": "fn2",
"kind": 5,
"data": ["file:///completion4.lean", 7, 4, 1, "cS.fn2"]},
{"label": "fn1",
"kind": 5,
"data": ["file:///completion4.lean", 7, 4, 1, "cS.fn1"]},
{"label": "pred",
"kind": 5,
"data": ["file:///completion4.lean", 7, 4, 1, "cS.pred"]}],
"isIncomplete": false}
Resolution of fn2:
{"label": "fn2",
"kind": 5,
"detail": "S → Bool → IO Unit",
"data": ["file:///completion4.lean", 7, 4, 1, "cS.fn2"]}
Resolution of fn1:
{"label": "fn1",
"kind": 5,
"detail": "S → Nat → IO Unit",
"data": ["file:///completion4.lean", 7, 4, 1, "cS.fn1"]}
Resolution of pred:
{"label": "pred",
"kind": 5,
"detail": "S → String → Bool",
"data": ["file:///completion4.lean", 7, 4, 1, "cS.pred"]}
{"textDocument": {"uri": "file:///completion4.lean"},
"position": {"line": 11, "character": 10}}
{"items":
[{"label": "fn2",
"kind": 5,
"data": ["file:///completion4.lean", 11, 10, 1, "cS.fn2"]},
{"label": "fn1",
"kind": 5,
"data": ["file:///completion4.lean", 11, 10, 1, "cS.fn1"]},
{"label": "pred",
"kind": 5,
"data": ["file:///completion4.lean", 11, 10, 1, "cS.pred"]}],
"isIncomplete": false}
Resolution of fn2:
{"label": "fn2",
"kind": 5,
"detail": "S → Bool → IO Unit",
"data": ["file:///completion4.lean", 11, 10, 1, "cS.fn2"]}
Resolution of fn1:
{"label": "fn1",
"kind": 5,
"detail": "S → Nat → IO Unit",
"data": ["file:///completion4.lean", 11, 10, 1, "cS.fn1"]}
Resolution of pred:
{"label": "pred",
"kind": 5,
"detail": "S → String → Bool",
"data": ["file:///completion4.lean", 11, 10, 1, "cS.pred"]}
{"textDocument": {"uri": "file:///completion4.lean"},
"position": {"line": 16, "character": 11}}
{"items":
[{"label": "fn2",
"kind": 5,
"data": ["file:///completion4.lean", 16, 11, 1, "cS.fn2"]},
{"label": "fn1",
"kind": 5,
"data": ["file:///completion4.lean", 16, 11, 1, "cS.fn1"]},
{"label": "pred",
"kind": 5,
"data": ["file:///completion4.lean", 16, 11, 1, "cS.pred"]}],
"isIncomplete": false}
Resolution of fn2:
{"label": "fn2",
"kind": 5,
"detail": "S → Bool → IO Unit",
"data": ["file:///completion4.lean", 16, 11, 1, "cS.fn2"]}
Resolution of fn1:
{"label": "fn1",
"kind": 5,
"detail": "S → Nat → IO Unit",
"data": ["file:///completion4.lean", 16, 11, 1, "cS.fn1"]}
Resolution of pred:
{"label": "pred",
"kind": 5,
"detail": "S → String → Bool",
"data": ["file:///completion4.lean", 16, 11, 1, "cS.pred"]}
{"textDocument": {"uri": "file:///completion4.lean"},
"position": {"line": 20, "character": 21}}
{"items":
[{"label": "fn2",
"kind": 5,
"data": ["file:///completion4.lean", 20, 21, 1, "cS.fn2"]},
{"label": "fn1",
"kind": 5,
"data": ["file:///completion4.lean", 20, 21, 1, "cS.fn1"]},
{"label": "pred",
"kind": 5,
"data": ["file:///completion4.lean", 20, 21, 1, "cS.pred"]}],
"isIncomplete": false}
Resolution of fn2:
{"label": "fn2",
"kind": 5,
"detail": "S → Bool → IO Unit",
"data": ["file:///completion4.lean", 20, 21, 1, "cS.fn2"]}
Resolution of fn1:
{"label": "fn1",
"kind": 5,
"detail": "S → Nat → IO Unit",
"data": ["file:///completion4.lean", 20, 21, 1, "cS.fn1"]}
Resolution of pred:
{"label": "pred",
"kind": 5,
"detail": "S → String → Bool",
"data": ["file:///completion4.lean", 20, 21, 1, "cS.pred"]}