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

5 lines
54 B
Python

while False:
# comment
x = 1<caret>
y = 2