More usable caret position

This commit is contained in:
Valentin Kipyatkov
2016-04-20 16:44:33 +03:00
parent db53794663
commit 345f2b8a52
32 changed files with 40 additions and 32 deletions
@@ -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