PY-10829 Extracted function is inserted *after* the function where it is used

I updated test data accordingly and removed now obsolete tests about
skipping preceding comments.
This commit is contained in:
Mikhail Golubev
2015-04-02 20:08:32 +03:00
parent 77b11662fa
commit 45cc683033
41 changed files with 191 additions and 224 deletions
@@ -1,8 +1,8 @@
def foo():
a = 1
print a
def bar():
foo()
foo()
def foo():
a = 1
print a