blob: da02a5ad6eb8cb88abd3e9022818e1824e202a83 [file] [log] [blame]
fun foo() {
if (0 < 1) {
return
}
if (1 < 2) else {
return
}
}
// 0 GETSTATIC