lean4-htt/tests/lean/interactive/completionDanglingDot.lean.expected.out
Marc Huisinga b7667c1604
fix: don't issue atomic id completions when there is a dangling dot (#5837)
This PR fixes an old auto-completion bug where `x.` would issue
nonsensical completions when `x.` could not be elaborated as a dot
completion.
2024-11-19 12:23:41 +00:00

6 lines
285 B
Text

{"textDocument": {"uri": "file:///completionDanglingDot.lean"},
"position": {"line": 4, "character": 4}}
{"items": [], "isIncomplete": true}
{"textDocument": {"uri": "file:///completionDanglingDot.lean"},
"position": {"line": 9, "character": 15}}
{"items": [], "isIncomplete": true}