mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix inline case where a name was removed without the code being used, fixes #1582
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
1
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
There is no name under the cursor
|
||||
# -------------------------------------------------- no-reference-error
|
||||
#? 0 error
|
||||
a = 1
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
There are no references to this name
|
||||
# -------------------------------------------------- multi-equal-error
|
||||
def test():
|
||||
#? 4 error
|
||||
|
||||
Reference in New Issue
Block a user