blob: 27506f25b06f30eb213cde75f9274f449f7e7e52 [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();
}
}