Further code improvements during review
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
fun foo() {
|
||||
val x = 1..4
|
||||
|
||||
<caret>x.forEach { it }
|
||||
x.<caret>forEach { it }
|
||||
}
|
||||
Reference in New Issue
Block a user