More informative intention action text

This commit is contained in:
Valentin Kipyatkov
2016-04-20 14:52:00 +03:00
parent bbb6ef4fbc
commit fe7ddbcc0d
135 changed files with 273 additions and 30 deletions
@@ -1,4 +1,5 @@
// WITH_RUNTIME
// INTENTION_TEXT: "Replace with '...filter{}.map{}.firstOrNull()'"
fun foo(list: List<String>, o: Any): Int? {
<caret>return list
.map { it.length + (o as Int) }