package test; import java.util.Collection; import java.util.List; public interface B2 { void consumeA(A.Inner> a); void consumeListOfAs(List> as); }