From 3e72f3b33415449e974bf113c7073b62e30be49c Mon Sep 17 00:00:00 2001 From: "Victoria.Petrakovich" Date: Tue, 8 Jul 2025 19:49:32 +0200 Subject: [PATCH] [kotlin] Move `SpecifyTypeExplicitlyInDestructuringAssignmentIntention` to shared KTIJ-32017 GitOrigin-RevId: c26add70052d8bd9d8737eff256328f2af4bd9d8 --- .../SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt | 0 .../specifyTypeExplicitlyInDestructuringAssignment/.intention | 2 +- .../kotlin/plugin/k1/resources/META-INF/inspections-fe10.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename plugins/kotlin/{idea/src/org/jetbrains/kotlin/idea/intentions => code-insight/intentions-shared/src/org/jetbrains/kotlin/idea/codeInsight/intentions/shared}/SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt (100%) diff --git a/plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/intentions/SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt b/plugins/kotlin/code-insight/intentions-shared/src/org/jetbrains/kotlin/idea/codeInsight/intentions/shared/SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt similarity index 100% rename from plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/intentions/SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt rename to plugins/kotlin/code-insight/intentions-shared/src/org/jetbrains/kotlin/idea/codeInsight/intentions/shared/SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt diff --git a/plugins/kotlin/idea/tests/testData/intentions/specifyTypeExplicitlyInDestructuringAssignment/.intention b/plugins/kotlin/idea/tests/testData/intentions/specifyTypeExplicitlyInDestructuringAssignment/.intention index d3625b22476c..4c5e4a1fab62 100644 --- a/plugins/kotlin/idea/tests/testData/intentions/specifyTypeExplicitlyInDestructuringAssignment/.intention +++ b/plugins/kotlin/idea/tests/testData/intentions/specifyTypeExplicitlyInDestructuringAssignment/.intention @@ -1 +1 @@ -org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyInDestructuringAssignmentIntention +org.jetbrains.kotlin.idea.codeInsight.intentions.shared.SpecifyTypeExplicitlyInDestructuringAssignmentIntention diff --git a/plugins/kotlin/plugin/k1/resources/META-INF/inspections-fe10.xml b/plugins/kotlin/plugin/k1/resources/META-INF/inspections-fe10.xml index b3ba758a74a4..7ae55b58a006 100644 --- a/plugins/kotlin/plugin/k1/resources/META-INF/inspections-fe10.xml +++ b/plugins/kotlin/plugin/k1/resources/META-INF/inspections-fe10.xml @@ -37,7 +37,7 @@ kotlin - org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyInDestructuringAssignmentIntention + org.jetbrains.kotlin.idea.codeInsight.intentions.shared.SpecifyTypeExplicitlyInDestructuringAssignmentIntention messages.KotlinBundle group.names.kotlin