[FIR] Relax incompatibleEnumAndUnrelatedInterface

This commit is contained in:
Nikolay Lunyak
2023-10-20 17:10:35 +03:00
committed by Space Team
parent 8ec7d128f5
commit ed8935899c
2 changed files with 40 additions and 15 deletions
@@ -111,5 +111,5 @@ fun <I : A> incompatibleEnumAndUnrelatedInterfaceThroughTypeParameter(x: G?, i:
}
fun incompatibleEnumAndUnrelatedInterface(x: G?, i: A?) {
<!INCOMPATIBLE_ENUM_COMPARISON_ERROR!>x == i<!>
<!INCOMPATIBLE_ENUM_COMPARISON!>x == i<!>
}