mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 21:44:18 +07:00
GitOrigin-RevId: d1c1c2891ce66c3d2ae7faafc6683e40d772304e
7 lines
78 B
Python
7 lines
78 B
Python
async def ref(s, t):
|
|
pass
|
|
|
|
|
|
async def f():
|
|
s = 3
|
|
await ref(s, t=1) |