diff --git a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/refactoring/introduce/ExtractionTestGenerated.java b/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/refactoring/introduce/ExtractionTestGenerated.java index 5443f87e5217..0ac440fca14c 100644 --- a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/refactoring/introduce/ExtractionTestGenerated.java +++ b/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/refactoring/introduce/ExtractionTestGenerated.java @@ -934,6 +934,11 @@ public abstract class ExtractionTestGenerated extends AbstractExtractionTest { runTest("testData/refactoring/introduceVariable/IntroduceDestructuringDeclarationAndCreateBlock.kt"); } + @TestMetadata("IntroduceInsideClassAllOccurrencesExpression.kt") + public void testIntroduceInsideClassAllOccurrencesExpression() throws Exception { + runTest("testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt"); + } + @TestMetadata("IntroduceInsideClassAllOccurrencesLiteral.kt") public void testIntroduceInsideClassAllOccurrencesLiteral() throws Exception { runTest("testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesLiteral.kt"); @@ -974,11 +979,6 @@ public abstract class ExtractionTestGenerated extends AbstractExtractionTest { runTest("testData/refactoring/introduceVariable/javaInnerClassQualifier.kt"); } - @TestMetadata("KTIJ-14455.kt") - public void testKTIJ_14455() throws Exception { - runTest("testData/refactoring/introduceVariable/KTIJ-14455.kt"); - } - @TestMetadata("kt10808.kt") public void testKt10808() throws Exception { runTest("testData/refactoring/introduceVariable/kt10808.kt"); diff --git a/plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/KTIJ-14455.kt b/plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt similarity index 100% rename from plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/KTIJ-14455.kt rename to plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt diff --git a/plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/KTIJ-14455.kt.after b/plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt.after similarity index 100% rename from plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/KTIJ-14455.kt.after rename to plugins/kotlin/idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt.after diff --git a/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/test/org/jetbrains/kotlin/idea/k2/refactoring/introduce/introduceVariable/K2IntroduceVariableTestGenerated.java b/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/test/org/jetbrains/kotlin/idea/k2/refactoring/introduce/introduceVariable/K2IntroduceVariableTestGenerated.java index 7a619c428a36..0b3f1f472829 100644 --- a/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/test/org/jetbrains/kotlin/idea/k2/refactoring/introduce/introduceVariable/K2IntroduceVariableTestGenerated.java +++ b/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/test/org/jetbrains/kotlin/idea/k2/refactoring/introduce/introduceVariable/K2IntroduceVariableTestGenerated.java @@ -932,6 +932,11 @@ public abstract class K2IntroduceVariableTestGenerated extends AbstractK2Introdu runTest("../../idea/tests/testData/refactoring/introduceVariable/IntroduceDestructuringDeclarationAndCreateBlock.kt"); } + @TestMetadata("IntroduceInsideClassAllOccurrencesExpression.kt") + public void testIntroduceInsideClassAllOccurrencesExpression() throws Exception { + runTest("../../idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesExpression.kt"); + } + @TestMetadata("IntroduceInsideClassAllOccurrencesLiteral.kt") public void testIntroduceInsideClassAllOccurrencesLiteral() throws Exception { runTest("../../idea/tests/testData/refactoring/introduceVariable/IntroduceInsideClassAllOccurrencesLiteral.kt"); @@ -972,11 +977,6 @@ public abstract class K2IntroduceVariableTestGenerated extends AbstractK2Introdu runTest("../../idea/tests/testData/refactoring/introduceVariable/javaInnerClassQualifier.kt"); } - @TestMetadata("KTIJ-14455.kt") - public void testKTIJ_14455() throws Exception { - runTest("../../idea/tests/testData/refactoring/introduceVariable/KTIJ-14455.kt"); - } - @TestMetadata("kt10808.kt") public void testKt10808() throws Exception { runTest("../../idea/tests/testData/refactoring/introduceVariable/kt10808.kt");