Files
openide/python/testData/refactoring/introduceVariable/skipLeadingWhitespace.after.py

3 lines
44 B
Python

def foo():
a = 1<caret>
print "fooo"