<@U3HLSKE8L> The smart cast didn't work because a ...
# announcements
t
@adam-mcneilly The smart cast didn't work because a var could be changed by another thread after the if test but before the call to hashcode(). If you declare the string as a val the smart cast will work.