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