History log of /openjdk10/langtools/test/tools/javac/multicatch/Neg06.java
Revision Date Author Comments
# 773:56f59723fddf 06-Dec-2010 mcimadamore

7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
Summary: Attribution should check each component of a disjunctive type separately, rather than checking the corresponding lub()
Reviewed-by: jjg