[FIR] Add one more missed case

This commit is contained in:
Nikolay Lunyak
2023-10-20 14:39:49 +03:00
committed by Space Team
parent 3fb7407ca1
commit 8ec7d128f5
2 changed files with 6 additions and 0 deletions
@@ -110,3 +110,6 @@ fun <I : A> incompatibleEnumAndUnrelatedInterfaceThroughTypeParameter(x: G?, i:
x == i
}
fun incompatibleEnumAndUnrelatedInterface(x: G?, i: A?) {
x == i
}