Upgrade typeshed

This commit is contained in:
Dave Halter
2021-01-01 03:18:49 +01:00
parent 92d96ac336
commit d821451a64
11 changed files with 36 additions and 44 deletions

View File

@@ -54,7 +54,7 @@ a
#? int()
(3 ** 3)
#? int() str()
#? int()
(3 ** 'a')
#? int()
(3 + 'a')