mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 12:34:00 +07:00
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
4 lines
44 B
Python
4 lines
44 B
Python
def foo(x):
|
|
return x == 3
|
|
|
|
if foo(<caret>) |