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:
@@ -3,8 +3,8 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
|
||||
const val MinI = Int.MIN_VALUE
|
||||
const val MinL = Long.MIN_VALUE
|
||||
val MinI = Int.MIN_VALUE
|
||||
val MinL = Long.MIN_VALUE
|
||||
|
||||
fun box(): String {
|
||||
val list1 = ArrayList<Int>()
|
||||
|
||||
Reference in New Issue
Block a user