mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
added Replace duplicates in Extract Method
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
def foo():
|
||||
a = 1
|
||||
return a
|
||||
|
||||
|
||||
def bar():
|
||||
a = foo()
|
||||
print a
|
||||
a = foo()
|
||||
print a
|
||||
Reference in New Issue
Block a user