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