Files
openide/python/testData/psi/Await.py
2016-07-08 13:47:38 +03:00

11 lines
86 B
Python

async def f(x):
await x
async def g(y):
await x = 5
await y
await = 1