mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
GitOrigin-RevId: d1c1c2891ce66c3d2ae7faafc6683e40d772304e
3 lines
103 B
Python
3 lines
103 B
Python
async def f():
|
|
s = 3
|
|
await <error descr="Unresolved reference 'ref'"><caret>ref</error>(s, t=1) |