[FIR] Treat unsigned numbers as primitives in constant checker

This commit is contained in:
Andrey Zinovyev
2021-05-11 17:53:53 +03:00
parent 9cadd1c8a7
commit 07e47140a6
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR
const val a = "INT " + 0x8fffffffU
const val b = "BYTE " + 0x8ffU