K2: Minor. Add comment for Candidate::substitutor
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user