Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyAugmentAssignmentInspection
/
strOrUnknownFirstArg.py
blob: f876b7e334f205384f9eaeaee71a6a0f9c71ac66 [
file
] [
log
] [
blame
]
def
foo
(
c
,
x
,
y
):
if
c
:
z
=
x
else
:
z
=
''
y
=
z
+
y
# pass
return
y