mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 13:07:01 +07:00
10 lines
125 B
Python
10 lines
125 B
Python
# comment 1
|
|
|
|
# comment 2
|
|
|
|
# comment 3
|
|
# comment 4
|
|
import b
|
|
|
|
print(b)
|
|
<error descr="Unresolved reference 'a'"><caret>a</error> |