Files
openide/python/testData/editing/unindentTab.before.py
Dmitry Jemerov 1f1dc55588 missed testdata
2010-07-15 18:57:21 +04:00

5 lines
77 B
Python

#// python 3
class C:
def m(self): #// note: TABs instead of spaces
pass