Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ConvertParameterToMapEntryIntention
/
before.groovy.template
blob: 9568d23e88d71340ab2f0683dcaedf9b5c7b8ed0 [
file
] [
log
] [
blame
]
def
foo
(
arg1
,
arg2
,
arg3
)
{
use
(<
spot
>
arg1
<
/spot> + <spot>arg2</
spot
>
+
<spot>
arg3
</
spot
>)
}
foo
(
"Hello "
,
"world"
,
"!"
)