[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:
|
||||
x == i
|
||||
}
|
||||
|
||||
fun incompatibleEnumAndUnrelatedInterface(x: G?, i: A?) {
|
||||
x == i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user