Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
AddCallSuperQuickFixTest
/
kwargs.py
blob: e5a5ec0fff36106ae05a319199690c5f2f37ebca [
file
] [
log
] [
blame
]
class
A
(
object
):
def
__init__
(
self
):
pass
class
B
(
A
):
def
<
warning descr
=
"Call to __init__ of super class is missed"
>
__in
<
caret
>
it__
</
warning
>(
self
,
**
kwargs
):
pass