forked from VimPlug/jedi
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