jdk-24/langtools/test/tools/javac/ExtendArray.out
Maurizio Cimadamore 198f2427b4 6769027: Source line should be displayed immediately after the first diagnostic line
Added support for customizing diagnostic output via API/command line flags

Reviewed-by: jjg
2009-02-13 11:57:33 +00:00

7 lines
180 B
Plaintext

ExtendArray.java:11: unexpected type
public class ExtendArray extends Object[] {}
^
required: class
found: java.lang.Object[]
1 error