The AllOf constructor is defined to be:
public AllOf(Iterable<Matcher<? extends T>> matchers) {
It should be:
public AllOf(Iterable<? extends Matcher<? extends T>> matchers) {
The same applies to AnyOf.
Original issue reported on code.google.com by nat.pr...@gmail.com on 30 Jul 2007 at 3:18
Original issue reported on code.google.com by
nat.pr...@gmail.com
on 30 Jul 2007 at 3:18