Add intention to add missing components to destructuring assignment #KT-16258 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
4d47c0fd63
commit
8d425a6f94
@@ -1507,6 +1507,11 @@
|
||||
<category>Kotlin</category>
|
||||
</intentionAction>
|
||||
|
||||
<intentionAction>
|
||||
<className>org.jetbrains.kotlin.idea.intentions.AddMissingDestructuringIntention</className>
|
||||
<category>Kotlin</category>
|
||||
</intentionAction>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.ObjectLiteralToLambdaInspection"
|
||||
displayName="Object literal can be converted to lambda"
|
||||
groupName="Kotlin"
|
||||
|
||||
Reference in New Issue
Block a user