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.
12 lines
367 B
Text
12 lines
367 B
Text
{"textDocument": {"uri": "file:///completionAtPrint.lean"},
|
|
"position": {"line": 2, "character": 10}}
|
|
{"items":
|
|
[{"label": "gg",
|
|
"kind": 21,
|
|
"data": ["file:///completionAtPrint.lean", 2, 10, 0, "cf.gg"]}],
|
|
"isIncomplete": false}
|
|
Resolution of gg:
|
|
{"label": "gg",
|
|
"kind": 21,
|
|
"detail": "Nat",
|
|
"data": ["file:///completionAtPrint.lean", 2, 10, 0, "cf.gg"]}
|