Sign in
android
/
platform
/
tools
/
idea
/
ec3fb1e06285c0467a7a20360ca80453bc7635d4
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
introduceLocalVariable
/
Closure2.groovy
blob: d22b02f04f633eac18d0728fe6a25747ea45647f [
file
] [
log
] [
blame
]
for
(
str
in
args
)
{
str
.
each
{
println it
}
}