Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
EachToForIntention
/
after.groovy.template
blob: 10b1f150bc96190648261a935d9eea7cf5c4e726 [
file
] [
log
] [
blame
]
<spot>
for(x in [1, 2, 3])
{
print(x)
}
</spot>