Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
parameterFromUsages.py
blob: 088cbf5eef63001b0067084b76db1e44b5480c4d [
file
] [
log
] [
blame
]
def
foo
(
bar
):
bar
.
app
<
caret
>
def
baz
():
foo
([
'hello'
,
'world'
])