basedmypy
basedmypy copied to clipboard
`SpecialForm`
- related to #463
A = int | str
reveal_type(A) # Currently `typing._SpecialForm`, expect `SpecialForm[int | str]`