ConvertToForEachLoopIntention - renamed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
fun main() {
|
||||
val x = 1..4
|
||||
|
||||
for (it in x.reverse()) {
|
||||
it
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user