mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
7 lines
65 B
Python
7 lines
65 B
Python
if True:
|
|
a = 1
|
|
else:
|
|
#comment
|
|
a = 2
|
|
a =<caret> 3
|