History log of /openjdk10/langtools/test/tools/javac/generics/inference/CaptureLowerBoundNeg.out
Revision Date Author Comments
# 3819:49170d831308 14-Dec-2016 dlsmith

8075793: Source incompatibility for inference using -source 7
Summary: In pre-8 sources, avoid capture variables as inference bounds, consistent with old javac behavior
Reviewed-by: vromero, mcimadamore


# 2830:414b82835861 20-Feb-2015 dlsmith

8039214: Inference should not map capture variables to their upper bounds
Summary: Update to Types.containsType; related adjustment to most-specific test
Reviewed-by: mcimadamore, vromero