Files
openide/python/testData/quickFixes/PyRenameElementQuickFixTest/renameAsyncFunctionInPy36.py
KotlinIsland 45dd0bf0e8 Add language level for Python 3.12
GitOrigin-RevId: 10d24da89149754de63c87ec9edc0a1b7f131f17
2022-11-13 01:47:35 +00:00

2 lines
145 B
Python

def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">a<caret>sync</warning>():
pass