ForLoopsLowering: Add support for unsigned progressions.
This commit is contained in:
committed by
Alexander Udalov
parent
9fdb1ff4f8
commit
03ef3724f4
+1
-2
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TODO KT-36773 Use counter loop when generating 'for' loop over an unsigned range in JVM_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun testUIntRangeLiteral(a: UInt, b: UInt): Int {
|
||||
var s = 0
|
||||
|
||||
Reference in New Issue
Block a user