DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / pep492_badsyntax_async8.pyx
123456789
# mode: error # tag: pep492, async async def foo(): await await fut _ERRORS = """ 5:10: Expected an identifier or literal """