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