forked from VimPlug/jedi
again a decorator fix, which is important for nested decorators
This commit is contained in:
@@ -183,9 +183,9 @@ class B():
|
||||
def r(self):
|
||||
return 1
|
||||
|
||||
#@r.setter
|
||||
#def r(self, value):
|
||||
# pass
|
||||
@r.setter
|
||||
def r(self, value):
|
||||
pass
|
||||
|
||||
#? []
|
||||
B().r.
|
||||
|
||||
Reference in New Issue
Block a user