Files
openide/python/testData/copyPaste/NonRectangleTopLevel.dst.py

7 lines
68 B
Python

c = 1
class A(object):
def foo(self):
pass
<caret>