mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
GitOrigin-RevId: ce9610afb4e280b2930f126861bdaf13bd69021e
4 lines
38 B
Python
4 lines
38 B
Python
if x:
|
|
if y := foo():
|
|
pass
|