~~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><!>