Files
openide/python/testData/copyPaste/multiLine/IndentFunction.after.py
Ekaterina Tuzova ca83eb89e0 moved python smart copy-paste logic to python module
so fixed PY-8982, PY-7709, PY-7470, PY-6994, PY-6992, PY-6987, PY-6888
2013-03-07 18:40:27 +04:00

11 lines
124 B
Python

class C:
def foo(self):
y = 2
def foo(self):
x = 1
y = 2
def bar(self):
y = 2