K2: Minor. Add comment for Candidate::substitutor

This commit is contained in:
Denis.Zharkov
2023-07-17 17:35:52 +02:00
committed by Space Team
parent f4004fb06a
commit 06b0fc7e4c
@@ -60,6 +60,9 @@ class Candidate(
override val errors: List<ConstraintSystemError>
get() = system.errors
/**
* Substitutor from declared type parameters to type variables created for that candidate
*/
lateinit var substitutor: ConeSubstitutor
lateinit var freshVariables: List<ConeTypeVariable>
var resultingTypeForCallableReference: ConeKotlinType? = null