import test.Item;

import java.util.Collection;

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