mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-22 10:22:27 +00:00
The Symbol created for diamond inference does not have annotations attached - need to look for @SafeVarargs on the underlying constructor's Symbol. Reviewed-by: mcimadamore