mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 20:18:48 +00:00
6 lines
75 B
Java
6 lines
75 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
@A(x=1, x=2) // error: duplicate x
|
|
class E {
|
|
}
|