summaryrefslogtreecommitdiff
path: root/Lib/test/badsyntax_async1.py
blob: fb85e2905213ce3aec6427e34f46c1b76a343e90 (plain)
1
2
async def foo(a=await something()):
    pass