blob: cd708c77ceac7f2b8d075c53359c5f465cbdfd63 [file] [log] [blame]
// FIR_IDENTICAL
fun test1(b: Boolean) {
b && return
}
fun test2(b: Boolean) {
b || return
}