Skip to content

Commit

Permalink
Fix compilation AbstractTypingIndentationTestBase for 191
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirdolzhenko committed Apr 17, 2020
1 parent 5531ec3 commit 612629f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 612629f

Please sign in to comment.