blob: 505349d5dc36dd31745c6b53d9a2e36b83dbd08e [file] [log] [blame]
import java.util.concurrent.atomic.AtomicIntegerArray;
// "Convert to atomic" "true"
class Test {
final AtomicIntegerArray field= new AtomicIntegerArray(new int[]{1});
}