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