blob: 661dbdd63fb26983600595fb5c5e88fb4c128242 [file] [log] [blame]
// "Convert to atomic" "true"
class Test {
int[] <caret>field= new int[]{1};
}