Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
codeInsight
/
classMRO
/
CircularInheritance.py
blob: b268c4bf84324388cdf5136a35649927f44d0886 [
file
] [
log
] [
blame
]
from
CircularInheritance2
import
B
class
Foo
(
B
):
pass