JVM IR: Fix constant folding for unsigned toString

This commit is contained in:
Steven Schäfer
2019-10-04 15:00:51 +02:00
committed by Alexander Udalov
parent c905209504
commit eb744cc9e1
2 changed files with 18 additions and 7 deletions
@@ -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