History log of /openjdk10/langtools/test/tools/javac/generics/6531090/T6531090b.java
Revision Date Author Comments
# 553:9d9f26857129 25-May-2010 ohair

6943119: Rebrand source copyright notices
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


# 18:adaa3fc51b60 02-Apr-2008 mcimadamore

6531090: Cannot access methods/fields of a captured type belonging to an intersection type
Summary: fixed lookup of field/methods on intersection types
Reviewed-by: jjg