Minor
This commit is contained in:
@@ -287,8 +287,7 @@ abstract class CompletionSession(
|
|||||||
return context
|
return context
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: not protected because of KT-9809 */
|
protected data class ReferenceVariants(val imported: Collection<DeclarationDescriptor>, val notImportedExtensions: Collection<CallableDescriptor>)
|
||||||
data class ReferenceVariants(val imported: Collection<DeclarationDescriptor>, val notImportedExtensions: Collection<CallableDescriptor>)
|
|
||||||
|
|
||||||
protected val referenceVariants: ReferenceVariants? by lazy {
|
protected val referenceVariants: ReferenceVariants? by lazy {
|
||||||
if (nameExpression != null && descriptorKindFilter != null) collectReferenceVariants(descriptorKindFilter!!, nameExpression) else null
|
if (nameExpression != null && descriptorKindFilter != null) collectReferenceVariants(descriptorKindFilter!!, nameExpression) else null
|
||||||
|
|||||||
Reference in New Issue
Block a user