blob: 7f8615e0dbad27d98af79d964a71d8bdc5b99c62 [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;
}
}