diff --git a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/AbstractParameterInfoTest.kt b/plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/AbstractParameterInfoTest.kt similarity index 97% rename from plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/AbstractParameterInfoTest.kt rename to plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/AbstractParameterInfoTest.kt index 9c29d2962b6b..eb3cb7a7d801 100644 --- a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/AbstractParameterInfoTest.kt +++ b/plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/AbstractParameterInfoTest.kt @@ -1,5 +1,4 @@ -// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. - +// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package org.jetbrains.kotlin.idea.parameterInfo import com.intellij.codeInsight.hint.ShowParameterInfoContext @@ -135,4 +134,4 @@ abstract class AbstractParameterInfoTest : KotlinLightCodeInsightFixtureTestCase } } } -} +} \ No newline at end of file diff --git a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/MockCreateParameterInfoContext.java b/plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/MockCreateParameterInfoContext.java similarity index 100% rename from plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/MockCreateParameterInfoContext.java rename to plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/MockCreateParameterInfoContext.java diff --git a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/MockParameterInfoUIContext.java b/plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/MockParameterInfoUIContext.java similarity index 100% rename from plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/MockParameterInfoUIContext.java rename to plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/MockParameterInfoUIContext.java diff --git a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/MockUpdateParameterInfoContext.java b/plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/MockUpdateParameterInfoContext.java similarity index 100% rename from plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/parameterInfo/MockUpdateParameterInfoContext.java rename to plugins/kotlin/intellij.kotlin.base.test/test/org/jetbrains/kotlin/idea/parameterInfo/MockUpdateParameterInfoContext.java