package test

public interface Comparator</*0*/ T : kotlin.Any!> {
    public abstract fun compare(/*0*/ p0: T!, /*1*/ p1: T!): kotlin.Int
}
