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