mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[kotlin] Move SpecifyTypeExplicitlyInDestructuringAssignmentIntention to shared
KTIJ-32017 GitOrigin-RevId: c26add70052d8bd9d8737eff256328f2af4bd9d8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8d96e90870
commit
3e72f3b334
+1
-1
@@ -1 +1 @@
|
||||
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyInDestructuringAssignmentIntention
|
||||
org.jetbrains.kotlin.idea.codeInsight.intentions.shared.SpecifyTypeExplicitlyInDestructuringAssignmentIntention
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<intentionAction>
|
||||
<language>kotlin</language>
|
||||
<className>org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyInDestructuringAssignmentIntention</className>
|
||||
<className>org.jetbrains.kotlin.idea.codeInsight.intentions.shared.SpecifyTypeExplicitlyInDestructuringAssignmentIntention</className>
|
||||
<bundleName>messages.KotlinBundle</bundleName>
|
||||
<categoryKey>group.names.kotlin</categoryKey>
|
||||
</intentionAction>
|
||||
|
||||
Reference in New Issue
Block a user