Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
AddFieldQuickFixTest
/
fromUnusedParameter.py
blob: a9b802bb0136dc2bbd2567f8cfdede77d454a47a [
file
] [
log
] [
blame
]
class
A
:
def
__init__
(
self
,
<
weak_warning descr
=
"Parameter 'foo' value is not used"
>
f
<
caret
>
oo
</
weak_warning
>):
print
(
'hello'
)