Files
openide/jvm/jvm-analysis-kotlin-tests-k1/testSrc/com/intellij/refactoring/rename/K1AutomaticTestMethodRenamerTest.kt
Bart van Helvert 72b748d5e0 [kotlin] Run Kotlin JVM tests on both K1 and K2 frontend
#IDEA-354810 Fixed


(cherry picked from commit d29d3256472dfe368161335732ded20ae95cf34e)

IJ-MR-140910

GitOrigin-RevId: 0a9b3cae7aab473f732012ad91b4e67f97ff8697
2024-08-02 11:11:07 +00:00

8 lines
380 B
Kotlin

// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.refactoring.rename
import org.jetbrains.kotlin.idea.base.plugin.KotlinPluginMode
class K1AutomaticTestMethodRenamerTest : KotlinAutomaticTestMethodRenamerTest() {
override val pluginMode: KotlinPluginMode get() = KotlinPluginMode.K1
}