mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[python] Added test for name conflict during "Extract Method..."
GitOrigin-RevId: 47ddbc14fbacbb93c8a2d12dcd382e57dd2d77d0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9923230702
commit
1af1e8f6b1
@@ -0,0 +1,4 @@
|
||||
class A:
|
||||
def foo(self):
|
||||
def bar():
|
||||
<selection>print('bar')</selection>
|
||||
Reference in New Issue
Block a user