Implement "Remove redundant '.let' call" binary operator support #KT-14396 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ce72337ebd
commit
a662d777e8
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun baz(foo: String) {
|
||||
foo.let<caret> { it.length + "".indexOfLast { c -> c == it[0] } }
|
||||
}
|
||||
Reference in New Issue
Block a user