jdk-24/test/langtools/tools/javac/lvti/harness
Maurizio Cimadamore 3534ed0379 8191802: Upward projection result is A<? extends Number> instead of A<? super Integer>
Code in Types.TypeProjection doesn't match the latest spec text

Reviewed-by: vromero
2017-11-29 17:31:23 +00:00
..
InferredType.java 8177466: Add compiler support for local variable type-inference 2017-09-26 12:52:53 +01:00
LocalVariableInferenceTester.java 8177466: Add compiler support for local variable type-inference 2017-09-26 12:52:53 +01:00
NonDenotableTest.java 8189838: Stack overflow when computing upward projection of an intersection type with fbounds 2017-10-26 18:42:40 +01:00
PrimitiveTypeTest.java 8177466: Add compiler support for local variable type-inference 2017-09-26 12:52:53 +01:00
ReferenceTypeTest.java 8177466: Add compiler support for local variable type-inference 2017-09-26 12:52:53 +01:00
UpperBounds.java 8191802: Upward projection result is A<? extends Number> instead of A<? super Integer> 2017-11-29 17:31:23 +00:00