Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ForToEachIntention
/
after.groovy.template
blob: 2c38cf237955b4457a166c16754c8b86c9153d1c [
file
] [
log
] [
blame
]
[
1
,
2
,
3
].
each
{
x
->
print
(
x
)
}