Files
openide/python/testData/copyPaste/SelectionReverse3.after.py

10 lines
81 B
Python

if True:
a = 1
b = 2
def f():
if True:
a = 1
b = 2