Generate min/max constants as non-const in ranges tests

in order to make them appear as unknown values to codegen.
This commit is contained in:
pyos
2020-10-05 15:18:46 +02:00
committed by Alexander Udalov
parent 260f66183c
commit 4a03006162
49 changed files with 215 additions and 213 deletions
@@ -3,8 +3,8 @@
// WITH_RUNTIME
const val MaxUI = UInt.MAX_VALUE
const val MaxUL = ULong.MAX_VALUE
val MaxUI = UInt.MAX_VALUE
val MaxUL = ULong.MAX_VALUE
fun box(): String {
val list1 = ArrayList<UInt>()