Not sure why you have an `if`there. That doesn't l...
# announcements
d
Not sure why you have an `if`there. That doesn't look like it would even compile.
myObj.asMyEnum()?.let { ... } ?: myObj.asMyOtherEnum()?.let { }
would work.