History log of /openjdk10/langtools/test/tools/javac/generics/6711619/T6711619a.java
Revision Date Author Comments
# 383:ed31953ca025 27-Aug-2009 jjg

6875336: some tests should use /nodynamiccopyright/
Reviewed-by: darcy


# 154:4d2d8b6459e1 23-Oct-2008 mcimadamore

6711619: javac doesn't allow access to protected members in intersection types
Summary: Accordingly to new accessibility rules all members of intersection types (but private ones) should be accessible
Reviewed-by: jjg