Rename "coroutine( inference) *" stuff into "builder inference *"

This commit is contained in:
Victor Petukhov
2021-08-18 17:33:51 +03:00
committed by TeamCityServer
parent 8e885da677
commit 261a04b587
12 changed files with 46 additions and 46 deletions
@@ -80,8 +80,8 @@ data class IncorporationConstraintPosition(
override fun toString(): String = "Incorporate $initialConstraint from position $from"
}
object CoroutinePosition : ConstraintPosition() {
override fun toString(): String = "for coroutine call"
object BuilderInferencePosition : ConstraintPosition() {
override fun toString(): String = "For builder inference call"
}
// TODO: should be used only in SimpleConstraintSystemImpl