-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b15
During work for JDK-8068464 for creation of golden files for negative tests, following error message was generated for tools/javac/IllegalAnnotation.java:
IllegalAnnotation.java:10:10: compiler.err.intf.not.allowed.here
1 error
As per Jon's comments, the error message does not point out the equally incorrect '@' that precedes 'interface'. Also, the error message text should be: "annotation type declaration not allowed here"
IllegalAnnotation.java:10:10: compiler.err.intf.not.allowed.here
1 error
As per Jon's comments, the error message does not point out the equally incorrect '@' that precedes 'interface'. Also, the error message text should be: "annotation type declaration not allowed here"
- relates to
-
JDK-8043283 Create .out files for negative tests in langtools regression ws
-
- Resolved
-