[FIR] Fix specificity comparision for unsigned integers

This commit is contained in:
simon.ogorodnik
2020-04-01 20:43:27 +03:00
parent 851e2dbb68
commit bd826f38bc
3 changed files with 16 additions and 2 deletions
@@ -1,6 +1,5 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR
fun testBreak() {
for (i in 0..1) {
@@ -1,6 +1,5 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR
fun testContinue() {
for (i in 0..1) {