blob: ccbf2cb6a137ec30cab471977b91aca124a782b5 [file] [log] [blame]
/* Test case for 1GHDA2V: ITPJCORE:WINNT - ClassCastException when doing a search */
public class E {
public Object foo() {
int[] result = new int[0];
return result.clone();
}
}