[FIR2IR] Add supertypes to delegated member type parameters
This commit is contained in:
+1
@@ -227,6 +227,7 @@ internal class DelegatedMemberGenerator(
|
|||||||
type = IrSimpleTypeImpl(it.symbol, false, emptyList(), emptyList())
|
type = IrSimpleTypeImpl(it.symbol, false, emptyList(), emptyList())
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
it.superTypes += typeParameter.superTypes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user