blob: d51843a2e0d8f48046f4aed1074e62a9e6ba163f [file]
fun foo(): Int {
if (false) {
return 1
}
return 2
}
// 1 LINENUMBER 2