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.
24 lines
833 B
Text
24 lines
833 B
Text
{"textDocument": {"uri": "file:///completionCheck.lean"},
|
|
"position": {"line": 6, "character": 33}}
|
|
{"items":
|
|
[{"label": "AVerySpecificStructureName2",
|
|
"kind": 22,
|
|
"data":
|
|
["file:///completionCheck.lean", 6, 33, 0, "cAVerySpecificStructureName2"]},
|
|
{"label": "AVerySpecificStructureName",
|
|
"kind": 22,
|
|
"data":
|
|
["file:///completionCheck.lean", 6, 33, 0, "cAVerySpecificStructureName"]}],
|
|
"isIncomplete": false}
|
|
Resolution of AVerySpecificStructureName2:
|
|
{"label": "AVerySpecificStructureName2",
|
|
"kind": 22,
|
|
"detail": "Type",
|
|
"data":
|
|
["file:///completionCheck.lean", 6, 33, 0, "cAVerySpecificStructureName2"]}
|
|
Resolution of AVerySpecificStructureName:
|
|
{"label": "AVerySpecificStructureName",
|
|
"kind": 22,
|
|
"detail": "Type",
|
|
"data":
|
|
["file:///completionCheck.lean", 6, 33, 0, "cAVerySpecificStructureName"]}
|