Staging
v0.8.1
Raw File
badsyntax_async2.py
async def foo(a=await something()):
    pass
back to top