blob: 43b2f2875c6a3c4853327bf354caaf4e39799803 [file] [log] [blame]
fun test4() {
if (!false) {
val p = 1
}
}
fun test5() {
if (!true) {
val p = 1
}
}
// 0 IF