[PY-34710] Fix adding not implemented function to imported module

GitOrigin-RevId: cd11eaf0b7b4004d0822cb2688bbb3a1b9a60116
This commit is contained in:
andrey.matveev
2020-07-13 13:12:21 +07:00
committed by intellij-monorepo-bot
parent fa2f830142
commit 4115b0eac4
11 changed files with 60 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
from mod import <error descr="Cannot find reference 'foo' in 'mod.py'"><caret>foo</error>
foo()