Make sure that decorator signature completion is working, see #1433

This commit is contained in:
Dave Halter
2019-12-03 22:18:01 +01:00
parent f46f00bc71
commit 8aee1e6213
2 changed files with 13 additions and 4 deletions

View File

@@ -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