Closed
Description
The following semantic analysis test case causes an unhandled exception (reported in #379 by @mason-bially):
[case testImportFromSameModule]
import m.x
[file m/__init__.py]
[file m/x.py]
from m.x import nonexistent
The following semantic analysis test case causes an unhandled exception (reported in #379 by @mason-bially):
[case testImportFromSameModule]
import m.x
[file m/__init__.py]
[file m/x.py]
from m.x import nonexistent