mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
(cherry picked from commit f4b52fc04911cc80b05fc155485fa5aafcd70bf4) GitOrigin-RevId: 76b3859ef35485c1704d9d12419fae927a3989c6
5 lines
106 B
Python
5 lines
106 B
Python
from b import *
|
|
|
|
print(BAR)
|
|
|
|
<warning descr="'BAR' is 'Final' and cannot be reassigned">BAR</warning> = 43 |