On Mon, 11 Mar 2024 13:13:07 GMT, Chen Liang <li...@openjdk.org> wrote:

> The 2-D array case is broken: currently source code `@A int @B [] @C []` is 
> compiled to `@A int @C [] @B []` in both class file and javadoc output, so I 
> don't want to add a buggy case that needs to be updated if this annotation 
> placement bug is fixed.

I know what you mean now. You found a compiler bug when solving this issue.

The description you wrote are almost about the new bug you found. It is not so 
good actually. You can file a corresponding issue (then link them in JBS),  or 
report the bug in the maillist.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18179#issuecomment-1988428100

Reply via email to