author | ysuenaga |
Wed, 30 Mar 2016 21:05:13 +0900 | |
changeset 37218 | c7241bc368bf |
parent 6150 | d055fa8ced62 |
permissions | -rw-r--r-- |
/* * @test /nodynamiccopyright/ * @bug 4336282 4785453 * @summary Verify that extending an erray class does not crash the compiler. * * @compile/fail/ref=ExtendArray.out -XDrawDiagnostics ExtendArray.java */ // Note that an error is expected, but not a crash. public class ExtendArray extends Object[] {}