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