History log of /openjdk9/langtools/test/tools/javac/diags/examples/InaccessibleVarargsType/p1/A.java
Revision Date Author Comments
# 844:5a43b245aed1 27-Jan-2011 mcimadamore

6313164: javac generates code that fails byte code verification for the varargs feature
Summary: method applicability check should fail if formal varargs element type is not accessible
Reviewed-by: jjg