Files
openide/python/testData/highlighting/awaitInNonAsyncFunctionPy27.py
2023-04-19 20:42:02 +00:00

5 lines
107 B
Python

import asyncio
def example():
await<error descr="End of statement expected"> </error>asyncio.sleep(1)