Files
openide/python/testData/refactoring/extractmethod/NameCollisionOuterFunction.before.py
Petrandintellij-monorepo-bot 1af1e8f6b1 [python] Added test for name conflict during "Extract Method..."
GitOrigin-RevId: 47ddbc14fbacbb93c8a2d12dcd382e57dd2d77d0
2025-09-04 17:11:22 +00:00

4 lines
94 B
Python

class A:
def foo(self):
def bar():
<selection>print('bar')</selection>