Files
openide/python/testData/mover/oneStatementInClass.py

4 lines
68 B
Python

class B(Exception):
pas<caret>s #<---here
class C(B):
pass