blob: 3df455583c35c5fa258d2f5c09d4956a59641e21 [file] [log] [blame]
// "Convert to atomic" "true"
class Test {
boolean <caret>field=false;
{
boolean b = !field;
}
}