diff --git a/test/completion/goto.py b/test/completion/goto.py index 549bd06d..7c779328 100644 --- a/test/completion/goto.py +++ b/test/completion/goto.py @@ -76,6 +76,12 @@ c #! 0 ['def c'] c() +class BeforeAssignment(): + x = 3 + def __init__(self): + #! 13 ['x = 3'] + self.x = '' + # ----------------- # imports # -----------------