Yes, Kotlin doesn’t allow to have assignment in `i...
# announcements
g
Yes, Kotlin doesn’t allow to have assignment in
if
, but usually you don’t need it, because kotlin has smart cast that allow you to check something for null and use it later without additional variables