blob: 05333aa82a15e2ca077c0e3ba35ff24896d2176a [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();
// }
//}