It's because no other thread can reach `b` within ...
# getting-started
m
It's because no other thread can reach
b
within the
main
-method. Put
b
outside
main
, and it will fail.