Files
openide/python/testData/mover/outsideStatement.py
2010-05-07 20:46:38 +04:00

7 lines
63 B
Python

def foo():
a = 1
if a:
a <caret>= 3
a = 4