fixed PY-6163 Moving blocks of code

This commit is contained in:
Ekaterina Tuzova
2012-04-06 14:05:13 +04:00
parent da8e4ad134
commit b2e3d61ea6
5 changed files with 55 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
class A:
def foo(self):
pass
def baz(self):
pass
<selection>def<caret> bar(self):
pass</selection>