[kotlin] KTIJ-36850 Move AbstractAutoImportTestBase.kt to intellij.kotlin.base.test

GitOrigin-RevId: 5cdc5d0675bc744d34d3666117cda6e27ea79183
This commit is contained in:
Roman Golyshev
2025-12-15 18:26:37 +00:00
committed by intellij-monorepo-bot
parent 058bac0c75
commit f9a4ba50b5
@@ -1,4 +1,4 @@
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// 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.imports
import com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl
@@ -98,4 +98,4 @@ abstract class AbstractAutoImportTestBase : KotlinLightCodeInsightFixtureTestCas
myFixture.checkResult(expectedResult)
}
}
}
}