Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
RenameFunctionShadowingBuiltins_after.py
blob: 57ac3e896508518584524b9b9e7e49f462bcee05 [
file
] [
log
] [
blame
]
def
a
(
x
):
return
x
def
f
():
return
a
(
'foo'
)