mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 09:20:37 +07:00
GitOrigin-RevId: 6dd79b10e56b9e9e2eee76c83d5974dee43446a1
9 lines
124 B
Python
9 lines
124 B
Python
import a
|
|
# comment 1
|
|
|
|
# comment 2
|
|
# comment 3
|
|
import c
|
|
|
|
print(a, c)
|
|
<error descr="Unresolved reference 'b'"><caret>b</error> |