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