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

7 lines
95 B
Python

def f():
<selection>try:
x = 1
y = 2</selection>
finally:
pass