mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 19:50:05 +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