History log of /openjdk9/langtools/test/tools/javac/varargs/warning/Warn6.java
Revision Date Author Comments
# 2804:de31f7bc10c7 23-Jan-2015 jlahoda

8069254: Warning issued despite @SafeVarargs annotation on constructor
Summary: 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