Staging
v0.8.1
Raw File
badsyntax_async3.py
async def foo():
    [i async for i in els]
back to top