Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
superclass.py
blob: 84d8efda61d90a7cf8c5aafe26a66434d1b8b501 [
file
] [
log
] [
blame
]
class
Foo
:
def
__init__
(
self
):
pass
class
Bar
(
Foo
):
pass
Bar
()
#<ref>