commit | 535d1076b13cb8e3e8c7b0ad1389a472156199ef | [log] [tgz] |
---|---|---|
author | Nikolay Lunyak <nikolay.lunyak@jetbrains.com> | Thu May 23 15:09:55 2024 +0300 |
committer | Nikolay Lunyak <nikolay.lunyak@jetbrains.com> | Thu May 23 15:09:55 2024 +0300 |
tree | ed6fb5efe66950fdd53076a85d09f3caba695091 | |
parent | 5f070f092ce73b51e10dd8c090583cfd98fdc302 [diff] |
~~fxp
diff --git a/compiler/testData/diagnostics/tests/projectionProblemInIsMultiTypealiasArgument.fir.kt b/compiler/testData/diagnostics/tests/projectionProblemInIsMultiTypealiasArgument.fir.kt index aad43af..bec0978 100644 --- a/compiler/testData/diagnostics/tests/projectionProblemInIsMultiTypealiasArgument.fir.kt +++ b/compiler/testData/diagnostics/tests/projectionProblemInIsMultiTypealiasArgument.fir.kt
@@ -5,4 +5,4 @@ typealias TA<K> = (String) -> Generic<K> typealias RA<L> = TA<L> -fun rest(it: Any) = it <!UNCHECKED_CAST!>as RA<<!REDUNDANT_PROJECTION!>in<!> Any><!> +fun rest(it: Any) = it <!UNCHECKED_CAST!>as RA<<!CONFLICTING_PROJECTION_IN_TYPEALIAS_EXPANSION!>in<!> Any><!>