mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Add a few more tests for annotations on self
This commit is contained in:
@@ -189,3 +189,12 @@ class NotCalledClass:
|
||||
self.x
|
||||
#? int()
|
||||
self.y
|
||||
#? int()
|
||||
self.y
|
||||
self.z: int
|
||||
self.z = ''
|
||||
#? str() int()
|
||||
self.z
|
||||
self.w: float
|
||||
#? float()
|
||||
self.w
|
||||
|
||||
Reference in New Issue
Block a user