blob: 2c2c757fd7f5714f5b436cd9e539b5b462a1ef6c [file]
fun test2() {
val p = 1 < 2;
if (!p) {
val p = 1
}
}
// 2 IF