Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c3d3a90f6b4ead083d63e28e6b9fcea93d675678
/
.
/
python
/
testData
/
codeInsight
/
classMRO
/
CircularInheritance.py
blob: b268c4bf84324388cdf5136a35649927f44d0886 [
file
] [
log
] [
blame
]
from
CircularInheritance2
import
B
class
Foo
(
B
):
pass