Skip to content

Commit

Permalink
Add a few more tests for annotations on self
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Oct 23, 2020
1 parent 6eabde1 commit 98d0a55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/completion/pep0484_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,12 @@ def __init__(self, x):
self.x
#? int()
self.y
#? int()
self.y
self.z: int
self.z = ''
#? str() int()
self.z
self.w: float
#? float()
self.w

0 comments on commit 98d0a55

Please sign in to comment.