The recent failing test (the one with too much uncontrolled output) fails because Types.contains call with TypeMirrors for
Types.contains( java.util.List<? extends java.lang.String>, java.lang.String );
returns true as of b108.
Types.contains( java.util.List<? extends java.lang.String>, java.lang.String );
returns true as of b108.
- relates to
-
JDK-6369605 Unconstrained type variables fails to include bounds
- Closed