[Commonizer] HierarchicalClassAndTypeAliasCommonizationTest: Ignore tests for ^KT-47434

This commit is contained in:
sebastian.sellmair
2021-06-24 13:39:46 +02:00
committed by Space
parent c234999c09
commit b2dda0769c
@@ -369,7 +369,8 @@ class HierarchicalClassAndTypeAliasCommonizationTest : AbstractInlineSourcesComm
)
}
fun `test parameterized types`() {
@Suppress("unused")
fun `ignored KT-47434 - test parameterized return type`() {
val result = commonize {
outputTarget("(a, b)", "(c, d)", "(a, b, c, d)")
registerDependency("a", "b", "c", "d", "(a, b)", "(c, d)", "(a, b, c, d)") {