fixed PY-9406 Make function from method: when removing last method from class add pass statement

This commit is contained in:
Ekaterina Tuzova
2013-04-09 14:08:09 +04:00
parent 46e58f10c1
commit 913e96ea0e
6 changed files with 38 additions and 1 deletions
@@ -0,0 +1,5 @@
__author__ = 'ktisha'
class Child(Base):
def <caret>f():
test = 1