[Commonizer] HierarchicalClassAndTypeAliasCommonizationTest: Ignore tests for ^KT-47434
This commit is contained in:
committed by
Space
parent
c234999c09
commit
b2dda0769c
+2
-1
@@ -369,7 +369,8 @@ class HierarchicalClassAndTypeAliasCommonizationTest : AbstractInlineSourcesComm
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun `test parameterized types`() {
|
@Suppress("unused")
|
||||||
|
fun `ignored KT-47434 - test parameterized return type`() {
|
||||||
val result = commonize {
|
val result = commonize {
|
||||||
outputTarget("(a, b)", "(c, d)", "(a, b, c, d)")
|
outputTarget("(a, b)", "(c, d)", "(a, b, c, d)")
|
||||||
registerDependency("a", "b", "c", "d", "(a, b)", "(c, d)", "(a, b, c, d)") {
|
registerDependency("a", "b", "c", "d", "(a, b)", "(c, d)", "(a, b, c, d)") {
|
||||||
|
|||||||
Reference in New Issue
Block a user