History log of /openjdk9/langtools/test/tools/javac/generics/inference/7086586/T7086586b.java
Revision Date Author Comments
# 2401:54a460e0ac76 06-May-2014 dlsmith

8033718: Inference ignores capture variable as upper bound
Summary: Split Types.lowerBound into two methods; fix bugs in inference handling of capture variables.
Reviewed-by: vromero


# 1092:c0835c8489b0 16-Sep-2011 mcimadamore

7086586: Inference producing null type argument
Summary: Inference should fail in 15.12.2.7 when inference variables with 'nulltype' upper bounds are found
Reviewed-by: dlsmith