forked from VimPlug/jedi
goto before assignments should still work, 305
This commit is contained in:
@@ -78,9 +78,9 @@ c()
|
||||
|
||||
class BeforeAssignment():
|
||||
x = 3
|
||||
def __init__(self):
|
||||
#! 13 ['x = 3']
|
||||
self.x = ''
|
||||
|
||||
#! 18 ['x = 3']
|
||||
BeforeAssignment.x = ''
|
||||
|
||||
# -----------------
|
||||
# imports
|
||||
|
||||
Reference in New Issue
Block a user