blob: 2609937073c7551574b1610a926c1547725eddb1 [file] [log] [blame]
package com.siyeh.igtest.verbose;
import java.util.Collection;
import java.util.List;
public interface RedundantImplementsInspection3 extends List, Collection{
}