blob: 899ced55af5da0aef871b131e1cd2ae9f89236ef [file] [log] [blame]
fun foo(): Int {
if (false) {
return 1
} else {
return 2
}
}
// 1 LINENUMBER 2