mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
13 lines
722 B
Plaintext
Vendored
13 lines
722 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class A
|
|
|
|
|
|
public final class FunctionExpressionKt {
|
|
private final static @org.jetbrains.annotations.NotNull field foo1: kotlin.jvm.functions.Function1
|
|
private final static @org.jetbrains.annotations.NotNull field foo2: kotlin.jvm.functions.Function2
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method fooT1(): kotlin.jvm.functions.Function1
|
|
public final static @org.jetbrains.annotations.NotNull method getFoo1(): kotlin.jvm.functions.Function1
|
|
public final static @org.jetbrains.annotations.NotNull method getFoo2(): kotlin.jvm.functions.Function2
|
|
}
|