mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
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:
@@ -1,8 +1,8 @@
|
||||
def foo():
|
||||
a = 1
|
||||
print a
|
||||
|
||||
|
||||
def bar():
|
||||
foo()
|
||||
foo()
|
||||
|
||||
|
||||
def foo():
|
||||
a = 1
|
||||
print a
|
||||
|
||||
Reference in New Issue
Block a user