[FIR] Add one more missed case
This commit is contained in:
committed by
Space Team
parent
3fb7407ca1
commit
8ec7d128f5
+3
@@ -110,3 +110,6 @@ fun <I : A> incompatibleEnumAndUnrelatedInterfaceThroughTypeParameter(x: G?, i:
|
|||||||
<!INCOMPATIBLE_ENUM_COMPARISON!>x == i<!>
|
<!INCOMPATIBLE_ENUM_COMPARISON!>x == i<!>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun incompatibleEnumAndUnrelatedInterface(x: G?, i: A?) {
|
||||||
|
<!INCOMPATIBLE_ENUM_COMPARISON_ERROR!>x == i<!>
|
||||||
|
}
|
||||||
|
|||||||
+3
@@ -110,3 +110,6 @@ fun <I : A> incompatibleEnumAndUnrelatedInterfaceThroughTypeParameter(x: G?, i:
|
|||||||
x == i
|
x == i
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun incompatibleEnumAndUnrelatedInterface(x: G?, i: A?) {
|
||||||
|
x == i
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user