Initial implementation of loop-to-call-chain intention
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(list: List<String>, it: Int) {
|
||||
<caret>val found = list.any { s -> s.length > it }
|
||||
}
|
||||
Reference in New Issue
Block a user