[FIR2IR] Add supertypes to delegated member type parameters

This commit is contained in:
Mikhail Glukhikh
2020-08-27 18:16:36 +03:00
parent 9ad55a0ee3
commit 22c63c4e80
@@ -227,6 +227,7 @@ internal class DelegatedMemberGenerator(
type = IrSimpleTypeImpl(it.symbol, false, emptyList(), emptyList())
)
)
it.superTypes += typeParameter.superTypes
}
}
}