Files
Petrandintellij-monorepo-bot c1c6c8c945 PY-83529 Make type name reasonable (PyModuleType, PyImportedModuleType)
(cherry picked from commit a5f8641bcae3cd01eb7ff174e289cbf3ca5e3b2b)

GitOrigin-RevId: 41050e03a015e79c74ff54a390090e5e5f70d783
2025-11-12 17:28:36 +00:00

5 lines
120 B
Python

import p1.m1 #pass
print(p1.m1) #pass
print(p1.<warning descr="Cannot find reference 'm2' in 'p1'">m2</warning>) #fail