mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
13 lines
336 B
Java
Generated
13 lines
336 B
Java
Generated
// 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<MatchGroup>, KMappedMarker
|
|
{
|
|
MatchGroup get(int p0);
|
|
}
|