and then just do `val myRes = (myObj.asMyEnum() ?:...
# announcements
d
and then just do
val myRes = (myObj.asMyEnum() ?: myObj.asMyOtherEnum())?.computeRes()