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