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:
+2
-2
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user