1 <info descr="null">async</info> def <info descr="PY.FUNC_DEFINITION">foo</info>():
6 <info descr="null">async</info> def <info descr="PY.FUNC_DEFINITION">bar</info>():
10 <info descr="null">async</info> def<error descr="'(' expected"><error descr="Identifier expected"> </error></error> # Incomplete<EOLError descr="':' expected"></EOLError>
13 <error descr="Indent expected">d</error>ef <info descr="PY.FUNC_DEFINITION">regular</info>(<info descr="PY.PARAMETER">xs</info>):
15 <info descr="null">async</info> def <info descr="PY.FUNC_DEFINITION">quux</info>():
16 <info descr="null">async</info> for x in xs:
19 <info descr="null">async</info> with xs:
22 <info descr="null">async</info> for x in xs:
25 <error descr="'async' keyword is not expected here">async</error> with <info descr="PY.PARAMETER">xs</info>: