Replace "flatMap -> flatten" inspection with abstract "simplifiable call"

Related to KT-30501
This commit is contained in:
Mikhail Glukhikh
2019-05-06 11:46:56 +03:00
parent 6101b5e6ba
commit 4a5cbe0443
17 changed files with 84 additions and 68 deletions
@@ -1 +0,0 @@
org.jetbrains.kotlin.idea.inspections.collections.ConvertFlatMapToFlattenInspection
@@ -0,0 +1 @@
org.jetbrains.kotlin.idea.inspections.collections.SimplifiableCallInspection