mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 09:40:10 +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