// IGNORE_BACKEND: JVM_IR val two = 2 fun test2() { val p = 1 < two if (!p) { val p = 1 } } // 2 IF