Minor. remove unused import
This commit is contained in:
@@ -131,6 +131,7 @@ public fun LexicalScope.collectSyntheticExtensionFunctions(receiverTypes: Collec
|
||||
|
||||
public fun LexicalScope.takeSnapshot(): LexicalScope = if (this is LexicalWritableScope) takeSnapshot() else this
|
||||
|
||||
@Deprecated("Will be removed soon")
|
||||
public fun LexicalScope.asKtScope(): KtScope {
|
||||
if (this is KtScope) return this
|
||||
if (this is MemberScopeToImportingScopeAdapter) return this.memberScope
|
||||
|
||||
-1
@@ -39,7 +39,6 @@ import org.jetbrains.kotlin.psi.psiUtil.getQualifiedElement
|
||||
import org.jetbrains.kotlin.psi.psiUtil.getStrictParentOfType
|
||||
import org.jetbrains.kotlin.psi.psiUtil.parents
|
||||
import org.jetbrains.kotlin.resolve.BindingContext
|
||||
import org.jetbrains.kotlin.resolve.scopes.utils.asKtScope
|
||||
import org.jetbrains.kotlin.resolve.scopes.utils.findClassifier
|
||||
import org.jetbrains.kotlin.resolve.source.getPsi
|
||||
import org.jetbrains.kotlin.types.KotlinType
|
||||
|
||||
Reference in New Issue
Block a user