mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: 6dd79b10e56b9e9e2eee76c83d5974dee43446a1
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> |