Add a few more tests for annotations on self

This commit is contained in:
Dave Halter
2020-10-23 23:32:28 +02:00
parent 6eabde1519
commit 98d0a55a02

View File

@@ -189,3 +189,12 @@ class NotCalledClass:
self.x self.x
#? int() #? int()
self.y self.y
#? int()
self.y
self.z: int
self.z = ''
#? str() int()
self.z
self.w: float
#? float()
self.w