[FIR] Relax incompatibleEnumAndUnrelatedInterface
This commit is contained in:
committed by
Space Team
parent
8ec7d128f5
commit
ed8935899c
+1
-1
@@ -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<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user