[FIR] Attach YT tickets to meaningful TODOs in :fir:resolve module

This commit is contained in:
Dmitriy Novozhilov
2023-06-27 16:24:32 +03:00
committed by Space Team
parent 22b2774ef7
commit 10054c584c
14 changed files with 28 additions and 23 deletions
@@ -93,7 +93,7 @@ object BuilderInferencePosition : ConstraintPosition() {
override fun toString(): String = "For builder inference call"
}
// TODO: should be used only in SimpleConstraintSystemImpl
// TODO: should be used only in SimpleConstraintSystemImpl, KT-59675
object SimpleConstraintSystemConstraintPosition : ConstraintPosition()
// ------------------------------------------------ Errors ------------------------------------------------