// FIR_IDENTICAL fun test1(b: Boolean) { b && return } fun test2(b: Boolean) { b || return }