mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Fixed several bugs in new-style MRO algorithm
This commit is contained in:
10
python/testData/codeInsight/classMRO/ExampleFromDoc4.py
Normal file
10
python/testData/codeInsight/classMRO/ExampleFromDoc4.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class F(object):
|
||||
pass
|
||||
|
||||
|
||||
class E(F):
|
||||
pass
|
||||
|
||||
|
||||
class G(E, F):
|
||||
pass
|
||||
Reference in New Issue
Block a user