mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Test for PY-53200 Better tests for PY-53200 PY-53200 Removed unnecessary test. `testMethodNamesDoNotDuplicateParameterList` renamed and moved closer to the corresponding ones Removed test for method names in suggestions restored GitOrigin-RevId: 51b0721190718c44810c16e198bad583c2af67d0
7 lines
110 B
Python
7 lines
110 B
Python
class Me:
|
|
def something_a(self):
|
|
...
|
|
|
|
class Stub(Me):
|
|
def something_<caret>(self):
|
|
... |