lean4-htt/tests/server_interactive/completionPrv.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

104 lines
2.7 KiB
Text

{"textDocument": {"uri": "file:///completionPrv.lean"},
"position": {"line": 2, "character": 33}}
{"items":
[{"label": "longAndHopefullyUniqueBlaBlaBoo",
"kind": 21,
"data":
["file:///completionPrv.lean",
2,
33,
0,
"c_private.«external:file:///completionPrv.lean».0.longAndHopefullyUniqueBlaBlaBoo"]}],
"isIncomplete": false}
Resolution of longAndHopefullyUniqueBlaBlaBoo:
{"label": "longAndHopefullyUniqueBlaBlaBoo",
"kind": 21,
"detail": "Nat",
"data":
["file:///completionPrv.lean",
2,
33,
0,
"c_private.«external:file:///completionPrv.lean».0.longAndHopefullyUniqueBlaBlaBoo"]}
{"textDocument": {"uri": "file:///completionPrv.lean"},
"position": {"line": 9, "character": 33}}
{"items":
[{"label": "longAndHopefullyUniqueBooBoo",
"kind": 21,
"data":
["file:///completionPrv.lean",
9,
33,
0,
"c_private.«external:file:///completionPrv.lean».0.Foo.longAndHopefullyUniqueBooBoo"]}],
"isIncomplete": false}
Resolution of longAndHopefullyUniqueBooBoo:
{"label": "longAndHopefullyUniqueBooBoo",
"kind": 21,
"detail": "Nat",
"data":
["file:///completionPrv.lean",
9,
33,
0,
"c_private.«external:file:///completionPrv.lean».0.Foo.longAndHopefullyUniqueBooBoo"]}
{"textDocument": {"uri": "file:///completionPrv.lean"},
"position": {"line": 21, "character": 5}}
{"items":
[{"label": "getInc",
"kind": 3,
"data":
["file:///completionPrv.lean",
21,
5,
1,
"c_private.«external:file:///completionPrv.lean».0.S.getInc"]},
{"label": "field1",
"kind": 5,
"data": ["file:///completionPrv.lean", 21, 5, 1, "cS.field1"]}],
"isIncomplete": false}
Resolution of getInc:
{"label": "getInc",
"kind": 3,
"detail": "S → Nat",
"data":
["file:///completionPrv.lean",
21,
5,
1,
"c_private.«external:file:///completionPrv.lean».0.S.getInc"]}
Resolution of field1:
{"label": "field1",
"kind": 5,
"detail": "S → Nat",
"data": ["file:///completionPrv.lean", 21, 5, 1, "cS.field1"]}
{"textDocument": {"uri": "file:///completionPrv.lean"},
"position": {"line": 25, "character": 4}}
{"items":
[{"label": "getInc",
"kind": 3,
"data":
["file:///completionPrv.lean",
25,
4,
1,
"c_private.«external:file:///completionPrv.lean».0.S.getInc"]},
{"label": "field1",
"kind": 5,
"data": ["file:///completionPrv.lean", 25, 4, 1, "cS.field1"]}],
"isIncomplete": false}
Resolution of getInc:
{"label": "getInc",
"kind": 3,
"detail": "S → Nat",
"data":
["file:///completionPrv.lean",
25,
4,
1,
"c_private.«external:file:///completionPrv.lean».0.S.getInc"]}
Resolution of field1:
{"label": "field1",
"kind": 5,
"detail": "S → Nat",
"data": ["file:///completionPrv.lean", 25, 4, 1, "cS.field1"]}