// Generated automatically from kotlin.text.MatchGroupCollection for testing purposes package kotlin.text; import java.util.Collection; import kotlin.jvm.internal.markers.KMappedMarker; import kotlin.text.MatchGroup; public interface MatchGroupCollection extends Collection, KMappedMarker { MatchGroup get(int p0); }