summaryrefslogtreecommitdiffstats
path: root/Lib/test/badsyntax_async1.py
blob: 970445d45f0bc557d632765300cd6c65e9acc322 (plain)
1
2
3
async def foo():
    def foo(a=await something()):
        pass