forked from VimPlug/jedi
Fix power operation, fixes #1268
This commit is contained in:
@@ -57,6 +57,11 @@ a
|
||||
#? int() str()
|
||||
(3 ** 'a')
|
||||
|
||||
class X():
|
||||
foo = 2
|
||||
#? int()
|
||||
(X.foo ** 3)
|
||||
|
||||
# -----------------
|
||||
# assignments
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user