import test.Item; import java.util.Collection; public class CollectionImport { public void main() { Collection items = new ArrayList<>(); // ^ defined: 3 // ^ defined: 1 } }