package test; import java.util.List; public interface B1 { A>.Inner produceA(); List> produceListOfAs(); }