Skip to content

Commit 68e86c5

Browse files
committed
[Commonizer] Fixup test KT-51686 - type argument is parameterized class - nullability - 1
KT-51686
1 parent 59d0391 commit 68e86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/commonizer/tests/org/jetbrains/kotlin/commonizer/hierarchical/ParameterizedTypesCommonizationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ class ParameterizedTypesCommonizationTest : AbstractInlineSourcesCommonizationTe
700700
typealias TA2<T> = X<T>?
701701
702702
expect val p1: A<TA1<Unit>>
703-
expect val p2: A<TA1<Unit?>
703+
expect val p2: A<TA1<Unit?>>
704704
expect val p3: A<TA1<Unit>?>
705705
expect val p4: A<TA2<Unit>?>
706706
expect val p5: A<TA2<Unit?>?>

0 commit comments

Comments
 (0)