mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 16:38:36 +00:00
Causes javac to reject static and default method declarations inside an annotation Reviewed-by: jjg
4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
NoStatic.java:9:16: compiler.err.mod.not.allowed.here: static
|
|
NoStatic.java:9:20: compiler.err.intf.meth.cant.have.body
|
|
2 errors
|