[FIR2IR] Fix considering of Contains intrinsic
This commit is contained in:
committed by
TeamCityServer
parent
15d23f2a72
commit
0d91e16a15
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun ub_ub(x: UByte, a: UByte, b: UByte) = x in a..b
|
||||
fun ub_us(x: UByte, a: UShort, b: UShort) = x in a..b
|
||||
fun ub_ui(x: UByte, a: UInt, b: UInt) = x in a..b
|
||||
|
||||
Reference in New Issue
Block a user