blob: 1c7dd99057ac854f972c11851b5e0100142fe583 [file] [log] [blame]
public class E {
private int fField1;private String[] fField2;
public void foo1() {
fField2 = new String[] {"first string",
"second string",
"third string",
"fourth string",
"fifth string"
};
}
public int foo1(int i) {
return 0;
}
}