Files
openide/python/testData/formatter/commentedCodeFragmentIgnored.py

6 lines
147 B
Python

# This normal comment won't be touched as well
# for a in [1, 2, 3]:
# if a == 1:
# print 'x'
# elif a == 2:
# print 'y'