JVM IR: Fix constant folding for unsigned toString
This commit is contained in:
committed by
Alexander Udalov
parent
c905209504
commit
eb744cc9e1
-1
@@ -1,6 +1,5 @@
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
const val MAX_BYTE: UByte = 0xFFu
|
||||
const val HUNDRED: UByte = 100u
|
||||
|
||||
Reference in New Issue
Block a user