Join Slack
Powered by
Not sure why you have an `if`there. That doesn't l...
# announcements
d
diesieben07
07/15/2017, 1:11 PM
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.
Open in Slack
Previous
Next