This PR fixes an old auto-completion bug where `x.` would issue nonsensical completions when `x.` could not be elaborated as a dot completion.
6 lines
285 B
Text
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}
|