fix "FIR IDE: implement completion for variables with functional types with receivers"
This commit is contained in:
committed by
teamcityserver
parent
0ebb9cc4a6
commit
9d07832175
+1
-1
@@ -83,7 +83,7 @@ internal class KtFirFunctionalType(
|
||||
|
||||
override val hasReceiver: Boolean
|
||||
get() = withValidityAssertion {
|
||||
coneType.receiverType(firBuilder.rootSession) != null
|
||||
coneType.receiverType(builder.rootSession) != null
|
||||
}
|
||||
|
||||
override val parameterTypes: List<KtType> by cached {
|
||||
|
||||
Reference in New Issue
Block a user