Files
codeql/java/ql/test/stubs/okhttp-4.9.3/kotlin/text/MatchGroupCollection.java
Joe Farebrother 4afecf575e Generate more stubs for okhttp and fix tests.
Some generated stubs needed to be manually corrected.
2022-12-09 13:41:17 +00:00

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);
}