[kotlin] KTIJ-36850 Move AbstractParameterInfoTest.kt and related files to intellij.kotlin.base.test

GitOrigin-RevId: 65ab404b4ead91925a61282bc9194bd585dc86fe
This commit is contained in:
Roman Golyshev
2025-12-15 18:26:37 +00:00
committed by intellij-monorepo-bot
parent 5a990cdbd4
commit 648bda3580
4 changed files with 2 additions and 3 deletions
@@ -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
}
}
}
}
}