blob: 0585609ad9545ac384a67530ad0ed306f580ecb3 [file]
package test;
import java.util.Comparator;
public interface SubstitutedSamInterface extends Comparator<String> {
}