mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 12:25:21 +00:00
Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
ExtendArray.java:11: unexpected type
|
|
public class ExtendArray extends Object[] {}
|
|
^
|
|
required: class
|
|
found: java.lang.Object[]
|
|
1 error
|