where have I gone astray here: `val someVal = if (...
# announcements
m
where have I gone astray here:
val someVal = if (!someOtherVal.isNullOrBlank()) then 0 else null
? “If must have both main and else branches”, “Function invocation then() expected”, “Required Int!, Found Unit”