mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-13 09:23:20 +00:00
When reporting an error about unresolvable annotation attribute, use the position of the explicit left-hand-side of the assignment if available, otherwise use the position of the right-hand-side. Reviewed-by: jfranck