forked from VimPlug/jedi
removed a little ordering bug, which was just a problem with gotos
This commit is contained in:
@@ -78,7 +78,6 @@ class A(object):
|
||||
a = 3
|
||||
#? int()
|
||||
a
|
||||
# TODO remove this line!!
|
||||
a = list()
|
||||
def __init__(self):
|
||||
self.b = ""
|
||||
|
||||
Reference in New Issue
Block a user