Files
openide/python/testData/mover/outsideStatement_afterUp.py
T

8 lines
65 B
Python

def foo():
a = 1
a = 3
if a:
pass
a = 4