Do not use "Remove redundant '.let' call" when receiver is used #KT-14390 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6a1b0b9cbc
commit
0b57d8eb49
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun baz(foo: String) {
|
||||
foo.let<caret> { it.substringAfterLast(it.capitalize()) }
|
||||
}
|
||||
Reference in New Issue
Block a user