Closed
Description
We don't link assignment targets, arguments and (I think) single names:
import lib
target = lib.Thing()
target
def foo(arg: lib.Thing): pass
We could reconsider this, at least for single names divorced from assignments and type hints. It would prevent having to look for the original line where the type is.