// "Convert to atomic" "true" class Test { boolean field=false; { boolean b = !field; } }