Closed
Description
[case testSuppressedImportAdded1]
import a
[file a.py]
import foo # type: ignore
[file foo.py.2]
2+'2'
[out]
[out2]
tmp/foo.py:1: error: Unsupported operand types for + ("int" and "str")
Reports no error in the second pass.
We do pick it up and properly update dependencies to it if it is specified on the command line, so this only comes up when following imports.