Fix compilation AbstractTypingIndentationTestBase for 191

This commit is contained in:
Vladimir Dolzhenko
2020-04-17 22:41:18 +02:00
parent 5531ec3d28
commit 612629f3cb
@@ -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() {