Adding the following test crashes: ``` [case testListSimplest] a = [1] ``` Results ``` ... File ".../mypy/mypy/checker.py", line 2238, in lookup_qualified return n.names[parts[-1]] KeyError: 'list' ```