Add Merge ifs intention (#975)

Fixes #KT-9912
This commit is contained in:
Kirill Rakhman
2017-01-27 14:20:11 +01:00
committed by Dmitry Jemerov
parent 456037a30d
commit 956094e062
16 changed files with 179 additions and 10 deletions
+5
View File
@@ -1502,6 +1502,11 @@
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.MergeIfsIntention</className>
<category>Kotlin</category>
</intentionAction>
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.ObjectLiteralToLambdaInspection"
displayName="Object literal can be converted to lambda"
groupName="Kotlin"