mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
6 lines
127 B
Python
6 lines
127 B
Python
class A:
|
|
def get_a(self):
|
|
pass
|
|
def foo(self):
|
|
<error descr="Unresolved reference 'get_a'">g<caret>et_a</error>()
|