mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 13:35:58 +07:00
(cherry picked from commit a5f8641bcae3cd01eb7ff174e289cbf3ca5e3b2b) GitOrigin-RevId: 41050e03a015e79c74ff54a390090e5e5f70d783
5 lines
120 B
Python
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
|