From d0c045e4ba34151564b129e891697461b7f403f1 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 16 May 2018 12:10:52 +0300 Subject: [PATCH] Style fix: AbstractInspectionTest --- .../jetbrains/kotlin/idea/codeInsight/AbstractInspectionTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractInspectionTest.kt b/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractInspectionTest.kt index db06949b519..6bbbb58717b 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractInspectionTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractInspectionTest.kt @@ -33,7 +33,7 @@ import java.io.File abstract class AbstractInspectionTest : KotlinLightCodeInsightFixtureTestCase() { companion object { - val ENTRY_POINT_ANNOTATION = "test.anno.EntryPoint" + const val ENTRY_POINT_ANNOTATION = "test.anno.EntryPoint" } override fun setUp() {