Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ForToEachIntention
/
description.html
blob: 643812ad2ced1b7238700c31dfa4e407b7bbbf6d [
file
] [
log
] [
blame
]
<html>
<body>
This intention replaces selected
<b>
for..in
</b>
statement with
<b>
.each
</b>
iterator and associated closure.
</body>
</html>