mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
11 lines
220 B
Java
Generated
11 lines
220 B
Java
Generated
// Generated automatically from kotlin.jvm.functions.Function1 for testing purposes
|
|
|
|
package kotlin.jvm.functions;
|
|
|
|
import kotlin.Function;
|
|
|
|
public interface Function1<P1, R> extends Function<R>
|
|
{
|
|
R invoke(P1 p0);
|
|
}
|