Tests for Type[]

This commit is contained in:
Dave Halter
2018-08-30 01:38:14 +02:00
parent ac6b7ff14e
commit 5979b93a7a
2 changed files with 6 additions and 3 deletions

View File

@@ -330,3 +330,7 @@ else:
with_type_checking
#?
without_type_checking
def foo() -> typing.Type[int]: pass
#? int
foo()