fix "FIR IDE: implement completion for variables with functional types with receivers"

This commit is contained in:
Ilya Kirillov
2021-06-21 06:41:08 +02:00
committed by teamcityserver
parent 0ebb9cc4a6
commit 9d07832175
@@ -83,7 +83,7 @@ internal class KtFirFunctionalType(
override val hasReceiver: Boolean override val hasReceiver: Boolean
get() = withValidityAssertion { get() = withValidityAssertion {
coneType.receiverType(firBuilder.rootSession) != null coneType.receiverType(builder.rootSession) != null
} }
override val parameterTypes: List<KtType> by cached { override val parameterTypes: List<KtType> by cached {