mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-29 06:02:13 +08:00
Tests for Type[]
This commit is contained in:
@@ -330,3 +330,7 @@ else:
|
||||
with_type_checking
|
||||
#?
|
||||
without_type_checking
|
||||
|
||||
def foo() -> typing.Type[int]: pass
|
||||
#? int
|
||||
foo()
|
||||
|
||||
Reference in New Issue
Block a user