blob: b2a5ffb400697971bb324712e60db2e883d09425 [file] [log] [blame]
public class A {
int[] x = {
1, //a
2, //b
3, //c
4,//d
};
}