cpython/Lib/test/badsyntax_async2.py
2015-07-22 14:48:57 +03:00

2 lines
45 B
Python

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