From cf2e9c70028199ff2446d7b568983e387fb58ef4 Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Tue, 14 Nov 2017 20:30:13 +0300 Subject: [PATCH] Fix compilation: erroneous import --- .../kotlin/idea/caches/resolve/IDELightClassGenerationSupport.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/idea-analysis/src/org/jetbrains/kotlin/idea/caches/resolve/IDELightClassGenerationSupport.kt b/idea/idea-analysis/src/org/jetbrains/kotlin/idea/caches/resolve/IDELightClassGenerationSupport.kt index 866d5aa5a22..96e7b7de493 100644 --- a/idea/idea-analysis/src/org/jetbrains/kotlin/idea/caches/resolve/IDELightClassGenerationSupport.kt +++ b/idea/idea-analysis/src/org/jetbrains/kotlin/idea/caches/resolve/IDELightClassGenerationSupport.kt @@ -16,7 +16,6 @@ package org.jetbrains.kotlin.idea.caches.resolve -import com.intellij.formatting.blocks.split import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.*