From 612629f3cb635de65799880110b3862e3a61634b Mon Sep 17 00:00:00 2001 From: Vladimir Dolzhenko Date: Fri, 17 Apr 2020 22:41:18 +0200 Subject: [PATCH] Fix compilation AbstractTypingIndentationTestBase for 191 --- .../idea/test/KotlinLightPlatformCodeInsightTestCase.kt.191 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/KotlinLightPlatformCodeInsightTestCase.kt.191 b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/KotlinLightPlatformCodeInsightTestCase.kt.191 index 702d861b973..cf90d2ecc31 100644 --- a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/KotlinLightPlatformCodeInsightTestCase.kt.191 +++ b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/KotlinLightPlatformCodeInsightTestCase.kt.191 @@ -5,10 +5,10 @@ package org.jetbrains.kotlin.idea.test +import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.testFramework.LightPlatformCodeInsightTestCase import com.intellij.testFramework.LightPlatformTestCase -import sun.jvm.hotspot.ui.Editor // BUNCH: 191 abstract class KotlinLightPlatformCodeInsightTestCase : LightPlatformCodeInsightTestCase() {