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