author | xdono |
Wed, 02 Jul 2008 12:56:02 -0700 | |
changeset 735 | 372aa565a221 |
parent 10 | 06bc494ca11e |
child 2984 | e15ff3a34054 |
permissions | -rw-r--r-- |
10 | 1 |
/* |
2 |
* @test /nodynamiccopyright/ |
|
3 |
* @bug 4336282 4785453 |
|
4 |
* @summary Verify that extending an erray class does not crash the compiler. |
|
5 |
* |
|
6 |
* @compile/fail/ref=ExtendArray.out -XDstdout -XDdiags=%b:%l:%_%m ExtendArray.java |
|
7 |
*/ |
|
8 |
||
9 |
// Note that an error is expected, but not a crash. |
|
10 |
||
11 |
public class ExtendArray extends Object[] {} |