Isn’t it because `name` is `var` so it can be chan...
# announcements
p
Isn’t it because
name
is
var
so it can be changed in another thread between null-check and smart-cast assignment? I remember I encountered similar type of issue once and it was probably because of mutability of
var