mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 15:38:58 +00:00
Causes javac to reject static and default method declarations inside an annotation Reviewed-by: jjg
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
NoStaticAbstract.java:9:16: compiler.err.mod.not.allowed.here: static
|
|
1 error
|