Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ConvertParameterToMapEntryIntention
/
after.groovy.template
blob: b77c37237946d613345345aa68c7c1f356cdb93a [
file
] [
log
] [
blame
]
def
foo
(
args
)
{
use
(
args
.
arg1
+
args
.
arg2
+
args
.
arg3
)
}
foo
(
args1
:
"Hello, "
,
arg2
:
"world"
,
arg3
:
"!"
)