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

6 lines
82 B
Python

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