Inspection: Simplify Nested forEach/onEach in also/apply to onEach
^KT-40283 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
85d99612a2
commit
c3aeaa9052
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
fun test(){
|
||||
val a = listOf(1,2,3)
|
||||
"".also<caret> { a.forEach { it + 2 } }
|
||||
}
|
||||
Reference in New Issue
Block a user