mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 07:57:19 +07:00
7 lines
63 B
Python
7 lines
63 B
Python
def foo():
|
|
a = 1
|
|
|
|
if a:
|
|
a <caret>= 3
|
|
|
|
a = 4 |