aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/InvalidKeyException.java
diff options
context:
space:
mode:// Test for an array assignment bug we've had. public class assign2 { public static Object[][] c () { return new Long[5][5]; } public static Object[]
0 files changed, 0 insertions, 0 deletions
an class="hl opt">)
{ try { Object[][] x = c(); x[0] = d(); } catch (ArrayStoreException _)