ConvertToForEachLoopIntention - renamed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
val x = 1..4
|
||||
|
||||
<caret>x.forEach({ y -> y })
|
||||
}
|
||||
Reference in New Issue
Block a user