blob: 67b152b2274d071972d56250326900ae56e6e3e7 [file] [log] [blame]
val two = 2
fun test2() {
val p = 1 < two
if (!p) {
val p = 1
}
}
// 2 IF