DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / pep492_badsyntax_async5.pyx
123456789
# mode: error # tag: pep492, async def foo(): await list() _ERRORS = """ 5:10: Syntax error in simple statement list """