mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
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
|