JVM_IR KT-48432 fix overflow in const-bound range optimization
This commit is contained in:
committed by
TeamCityServer
parent
ce44403d1b
commit
c2b575505a
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun box(): String {
|
||||
val x1 = 1U
|
||||
if (x1 !in UByte.MIN_VALUE..UByte.MAX_VALUE)
|
||||
return "Failed"
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user