We could get a bogus "unknown ID" error for default arguments of
functions defined in an imported module if that default argument was
itself referring to an identifier inside yet another imported module.
The test case shows the exact situation that was broken.
We could get a bogus "unknown ID" error for default arguments of functions defined in an imported module if that default argument was itself referring to an identifier inside yet another imported module. The test case shows the exact situation that was broken.