Files
openide/python/testData/psi/FunctionWithPassAndAwaitAfterInPy36.py
Semyon Proshev 8d1b70c5bb Drop psi builder cache on pushing or popping parsing scope (PY-36167)
Since builder could cache something related to the current scope (e.g. token type)

GitOrigin-RevId: ffabda058dac874bd9187fa27d30b823f782fcf6
2019-11-07 02:40:58 +00:00

3 lines
52 B
Python

async def a():
def e(): pass
await undefined