mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
test fix
This commit is contained in:
@@ -2,8 +2,8 @@ class A:
|
||||
def doStuff(self): pass
|
||||
|
||||
class B(A):
|
||||
def otherMethod(self, foo, bar):
|
||||
print foo, bar
|
||||
|
||||
def doStuff(self):
|
||||
<selection>pass</selection>
|
||||
|
||||
def otherMethod(self, foo, bar):
|
||||
print foo, bar
|
||||
|
||||
Reference in New Issue
Block a user