forked from VimPlug/jedi
Avoid a bug that a compiler might have found, fixes #1469
This commit is contained in:
@@ -332,6 +332,9 @@ def union4(x: U[int, str]):
|
||||
#? int() str()
|
||||
x
|
||||
|
||||
#? typing.Optional
|
||||
typing.Optional[0]
|
||||
|
||||
# -------------------------
|
||||
# Type Vars
|
||||
# -------------------------
|
||||
|
||||
Reference in New Issue
Block a user