mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00

Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
6 lines
180 B
Text
6 lines
180 B
Text
ExtendArray.java:11: unexpected type
|
|
public class ExtendArray extends Object[] {}
|
|
^
|
|
required: class
|
|
found: java.lang.Object[]
|
|
1 error
|