Files
openide/python/testData/refactoring/unwrap/whileInIfUnwrap_after.py
T
2014-02-04 14:59:19 +04:00

5 lines
50 B
Python

if True:
# comment
x = 1<caret>
y = 2