mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Show names in structure view for unresolved base classes (PY-3731)
This commit is contained in:
@@ -21,3 +21,7 @@ class D2(C):
|
||||
# PY-3714
|
||||
class D3(lib1.C):
|
||||
pass
|
||||
|
||||
# PY-3731
|
||||
class D4(foo.bar.C):
|
||||
pass
|
||||
Reference in New Issue
Block a user