basedmypy
basedmypy copied to clipboard
`TypeVar`s don't render their context in error messages
from basedtyping import T
def foo(t: T):
a: int = t # T
reveal_type(t) # T@foo