More usable caret position
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import java.util.HashSet
|
||||
|
||||
fun foo(map: Map<Int, String>): Collection<Int> {
|
||||
<caret>val result = map.values
|
||||
val <caret>result = map.values
|
||||
.map { it.length }
|
||||
.toSet()
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user