[FIR] Replace uninferred type variables and stub types during delegate inference
This commit is contained in:
committed by
Space Team
parent
94387da867
commit
22c21ca4df
+2
-1
@@ -1,10 +1,11 @@
|
||||
// FIR_DUMP
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.properties.ReadWriteProperty
|
||||
import kotlin.reflect.KProperty1
|
||||
|
||||
class ProcessorWithParent : Entity {
|
||||
var processor by <!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>parent<!>(ProcessorWithChildren::processors)
|
||||
var processor by parent(ProcessorWithChildren::processors)
|
||||
}
|
||||
|
||||
class ProcessorWithChildren : Entity {
|
||||
|
||||
Reference in New Issue
Block a user