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

GitOrigin-RevId: 5e6839416b1463380eec62b22c476f90ca5a0c26
This commit is contained in:
Roman Golyshev
2025-12-15 18:26:37 +00:00
committed by intellij-monorepo-bot
parent fe2487522e
commit 5d2c818e96
@@ -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.navigation
import org.jetbrains.kotlin.idea.base.test.InTextDirectivesUtils
@@ -28,4 +27,4 @@ abstract class AbstractMoveToNextMethodTest : AbstractGotoActionTest() {
}
super.performAction()
}
}
}