Files
openide/python/testData/copyPaste/AsyncFunctionWithBadSelection.src.py

5 lines
80 B
Python

def f():
<selection>async def target():
x = 1
y = 2</selection>