KotlinJUnitStaticEntryPoint.wasSelected made public field #KT-13114 Fixed
(cherry picked from commit 5cafae5)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a3b52fd8a6
commit
9df96bdd26
@@ -27,7 +27,7 @@ import com.intellij.psi.PsiElement
|
||||
import com.intellij.psi.PsiMethod
|
||||
import org.jdom.Element
|
||||
|
||||
class KotlinJUnitStaticEntryPoint(private var wasSelected: Boolean = true) : EntryPoint() {
|
||||
class KotlinJUnitStaticEntryPoint(@JvmField var wasSelected: Boolean = true) : EntryPoint() {
|
||||
override fun getDisplayName() = "JUnit static methods"
|
||||
|
||||
override fun isSelected() = wasSelected
|
||||
|
||||
Reference in New Issue
Block a user