Files
openide/python/testData/copyPaste/TheSamePlace.src.py
2012-07-16 19:18:49 +04:00

6 lines
88 B
Python

def f():
try:
<selection> a = 1
except:
b = 1
</selection><caret>