foo(if (maybeSomething != null) maybeSomething else throw NullPointerException("expression 'maybeSomething' must not be null") )