[FIR] Replace uninferred type variables and stub types during delegate inference

This commit is contained in:
Dmitriy Novozhilov
2022-10-18 14:18:16 +03:00
committed by Space Team
parent 94387da867
commit 22c21ca4df
11 changed files with 144 additions and 16 deletions
@@ -9,7 +9,7 @@ inline fun <reified Self : DatabaseEntity, reified Target : DatabaseEntity> Self
property: KProperty1<Target, MutableCollection<Self>>): Delegate<Self, Target?> = TODO()
class GitLabBuildProcessor: DatabaseEntity {
var processor by <!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>parent<!>(GitLabChangesProcessor::buildProcessors)
var processor by parent(GitLabChangesProcessor::buildProcessors)
}
interface DatabaseEntity: Entity