Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
parameterFromUsages.after.py
blob: 70c64419a20702e469e833e3da3aa69cee0d119f [
file
] [
log
] [
blame
]
def
foo
(
bar
):
bar
.
append
()
def
baz
():
foo
([
'hello'
,
'world'
])