Replace "flatMap -> flatten" inspection with abstract "simplifiable call"
Related to KT-30501
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
setOf(setOf(1)).<caret>flatMap { it }
|
||||
}
|
||||
Reference in New Issue
Block a user