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

70 lines
2.1 KiB
Text

{"textDocument": {"uri": "file:///keywordCompletion.lean"},
"position": {"line": 4, "character": 10}}
{"items":
[{"label": "bin",
"kind": 21,
"data": ["file:///keywordCompletion.lean", 4, 10, 0, "cbin"]},
{"label": "binop_lazy%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]},
{"label": "binop%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]},
{"label": "binrel_no_prop%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]},
{"label": "binrel%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]},
{"label": "binder_predicate",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]}],
"isIncomplete": false}
Resolution of bin:
{"label": "bin",
"kind": 21,
"detail": "Type 1",
"data": ["file:///keywordCompletion.lean", 4, 10, 0, "cbin"]}
Resolution of binop_lazy%:
{"label": "binop_lazy%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]}
Resolution of binop%:
{"label": "binop%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]}
Resolution of binrel_no_prop%:
{"label": "binrel_no_prop%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]}
Resolution of binrel%:
{"label": "binrel%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]}
Resolution of binder_predicate:
{"label": "binder_predicate",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 10, 0]}
{"textDocument": {"uri": "file:///keywordCompletion.lean"},
"position": {"line": 4, "character": 13}}
{"items":
[{"label": "binop_lazy%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 13, 0]}],
"isIncomplete": false}
Resolution of binop_lazy%:
{"label": "binop_lazy%",
"kind": 14,
"detail": "keyword",
"data": ["file:///keywordCompletion.lean", 4, 13, 0]}