Minor. remove unused import

This commit is contained in:
Stanislav Erokhin
2015-10-31 04:54:52 +03:00
parent a614dfd90c
commit fe61f41a94
2 changed files with 1 additions and 1 deletions
@@ -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