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