fun test() { foo(false) ?: return } fun foo(v: Boolean): Int = 1