it would be the equivalent of `val p by (if (a == ...
# language-proposals
n
it would be the equivalent of
val p by (if (a == null) null else foo(a))