Introduce documentation for PCLA implementation

^KT-65637 Fixed
This commit is contained in:
Denis.Zharkov
2024-02-07 15:16:16 +01:00
committed by Space Team
parent 41cc926953
commit cabf7e4fae
5 changed files with 619 additions and 20 deletions
@@ -25,7 +25,9 @@ import org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImp
import org.jetbrains.kotlin.types.model.TypeConstructorMarker
import org.jetbrains.kotlin.types.model.defaultType
/**
* @see [docs/fir/pcla.md]
*/
class FirPCLAInferenceSession(
private val outerCandidate: Candidate,
private val inferenceComponents: InferenceComponents,