Rename: builderInferenceSession -> pclaInferenceSession
This commit is contained in:
committed by
Space Team
parent
195d3604ae
commit
56475c0a5b
+2
-2
@@ -116,11 +116,11 @@ class PostponedArgumentsAnalyzer(
|
|||||||
}
|
}
|
||||||
|
|
||||||
val additionalBindings: Map<TypeConstructorMarker, KotlinTypeMarker>? =
|
val additionalBindings: Map<TypeConstructorMarker, KotlinTypeMarker>? =
|
||||||
(resolutionContext.bodyResolveContext.inferenceSession as? FirPCLAInferenceSession)?.let { builderInferenceSession ->
|
(resolutionContext.bodyResolveContext.inferenceSession as? FirPCLAInferenceSession)?.let { pclaInferenceSession ->
|
||||||
// TODO: Fix variables for context receivers, too (KT-64859)
|
// TODO: Fix variables for context receivers, too (KT-64859)
|
||||||
buildMap {
|
buildMap {
|
||||||
lambda.receiver
|
lambda.receiver
|
||||||
?.let { builderInferenceSession.fixVariablesForMemberScope(it, candidate.system) }
|
?.let { pclaInferenceSession.fixVariablesForMemberScope(it, candidate.system) }
|
||||||
?.let(this::plusAssign)
|
?.let(this::plusAssign)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user