cpython/Lib/test/badsyntax_async1.py

3 lines
45 B
Python

async def foo(a=await something()):
pass