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

9 lines
80 B
Python

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