Handle for (i in a until Int.MIN_VALUE) corner case by adding

an additional "not empty" condition produced by the UntilHandler.
This commit is contained in:
Mark Punzalan
2019-03-19 23:16:09 -07:00
committed by max-kammerer
parent 7b153b2b68
commit 8e1be5424f
7 changed files with 71 additions and 13 deletions
@@ -1,5 +1,3 @@
// TODO: Enable after corner case is addressed
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,5 +1,3 @@
// TODO: Enable after corner case is addressed
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,5 +1,3 @@
// TODO: Enable after corner case is addressed
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
import kotlin.test.assertEquals