KT 13962: Intention to replace Java collection constructor calls with function calls from stdlib (ArrayList() → arrayListOf())

This commit is contained in:
Austaon
2019-03-15 14:05:47 +01:00
committed by Mikhail Glukhikh
parent bbeb65905e
commit 0e716fd528
18 changed files with 161 additions and 0 deletions
@@ -1747,6 +1747,11 @@
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.ConvertCollectionConstructorToFunction</className>
<category>Kotlin</category>
</intentionAction>
<lang.inspectionSuppressor language="kotlin" implementationClass="org.jetbrains.kotlin.idea.inspections.KotlinInspectionSuppressor"/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.ObjectLiteralToLambdaInspection"