mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-547
Extract method - class name handled as parameter which corrupts context
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Z:
|
||||
def full(self):
|
||||
pass
|
||||
<begin>z = Z()
|
||||
z.full()<end>
|
||||
<result>
|
||||
In:
|
||||
Out:
|
||||
Reference in New Issue
Block a user