From 3faa0a193df02963ed3bb0714914c6a83cb33f20 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Thu, 9 Jul 2015 20:01:32 +0300 Subject: [PATCH] Removed obsolete comment --- .../org/jetbrains/kotlin/idea/completion/CompletionSession.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/idea-completion/src/org/jetbrains/kotlin/idea/completion/CompletionSession.kt b/idea/idea-completion/src/org/jetbrains/kotlin/idea/completion/CompletionSession.kt index 094b146acf7..1e7377c0bc6 100644 --- a/idea/idea-completion/src/org/jetbrains/kotlin/idea/completion/CompletionSession.kt +++ b/idea/idea-completion/src/org/jetbrains/kotlin/idea/completion/CompletionSession.kt @@ -205,7 +205,6 @@ abstract class CompletionSession(protected val configuration: CompletionSessionC protected abstract val descriptorKindFilter: DescriptorKindFilter? - // set is used only for completion in code fragments protected val referenceVariants: Collection by Delegates.lazy { if (descriptorKindFilter != null) { val expression = reference!!.expression