blob: d33fffc40e20406e1717d570ce89e1015fc1f50c [file] [log] [blame]
// "Convert to atomic" "true"
class Test {
Object[] <caret>field=foo();
Object[] foo() {
return null;
}
}