mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Make sure that decorator signature completion is working, see #1433
This commit is contained in:
@@ -80,3 +80,12 @@ x = " "; foo(z[xyz)
|
||||
x = " "; foo(xyz[xyz)
|
||||
#? 20 []
|
||||
x = " "; foo(xyz[(xyz)
|
||||
|
||||
#? 8 ['xyz']
|
||||
@foo(xyz)
|
||||
def x(): pass
|
||||
|
||||
@str
|
||||
#? 8 ['xyz']
|
||||
@foo(xyz)
|
||||
def x(): pass
|
||||
|
||||
Reference in New Issue
Block a user