mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +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>()
|