cpython/Lib/test/badsyntax_async2.py

3 lines
45 B
Python

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