History log of /openjdk10/langtools/test/tools/javac/lambda/Intersection03.java
Revision Date Author Comments
# 1695:c2315af9cc28 15-Apr-2013 mcimadamore

8011392: Missing checkcast when casting to intersection type
Summary: javac should emit a checkcast for each additional target type specified in an intersection type cast
Reviewed-by: jjg