Sign in
android
/
platform
/
tools
/
idea
/
809cb3e73653399e59e45e0b10749a8e37b85a75
/
.
/
python
/
testData
/
quickFixes
/
AddFieldQuickFixTest
/
fromUnusedParameterKeyword_after.py
blob: 3f86fa4184592480d1140a4507d15b336a2ef79f [
file
] [
log
] [
blame
]
class
A
:
def
__init__
(
self
,
foo
=
True
):
self
.
foo
=
foo
print
(
'hello'
)