Skip to content

Commit

Permalink
[Commonizer] Fixup `test KT-51686 - type argument is parameterized cl…
Browse files Browse the repository at this point in the history
…ass - nullability - 1`

KT-51686
  • Loading branch information
sellmair committed Mar 28, 2022
1 parent 59d0391 commit 68e86c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -700,7 +700,7 @@ class ParameterizedTypesCommonizationTest : AbstractInlineSourcesCommonizationTe
typealias TA2<T> = X<T>?
expect val p1: A<TA1<Unit>>
expect val p2: A<TA1<Unit?>
expect val p2: A<TA1<Unit?>>
expect val p3: A<TA1<Unit>?>
expect val p4: A<TA2<Unit>?>
expect val p5: A<TA2<Unit?>?>
Expand Down

0 comments on commit 68e86c5

Please sign in to comment.