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.
28 lines
799 B
Text
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"]}
|