[Commonizer] HierarchicalClassAndTypeAliasCommonizationTest: Un-ignore tests fore ^KT-47432 and ^KT-47434 and add additional test's

This commit is contained in:
sebastian.sellmair
2021-06-29 14:42:16 +02:00
committed by Space
parent fc75486611
commit 8e2780345c
2 changed files with 100 additions and 6 deletions
@@ -40,7 +40,7 @@ typealias U = A // same nullability of the RHS class
expect class V // different nullability of the RHS class
typealias W = A // same nullability of the RHS TA
expect class X // different nullability of the RHS TA
typealias Y = V // TA at the RHS with the different nullability of own RHS
expect class Y // TA at the RHS with the different nullability of own RHS
// Supertypes:
expect class FILE expect constructor(): kotlinx.cinterop.CStructVar