mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Multi-resolve at a constructor call resolves to constructor, not class, or both class and constructor
if the constructor is inherited.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# must resolve to constructor
|
||||
class Foo:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
F<ref>oo()
|
||||
Reference in New Issue
Block a user