[python] Added test for name conflict during "Extract Method..."

GitOrigin-RevId: 47ddbc14fbacbb93c8a2d12dcd382e57dd2d77d0
This commit is contained in:
Petr
2025-09-04 17:11:22 +00:00
committed by intellij-monorepo-bot
parent 9923230702
commit 1af1e8f6b1
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
class A:
def foo(self):
def bar():
<selection>print('bar')</selection>