Files
kotlin/compiler/testData/codegen/light-analysis/functions/functionExpression/functionLiteralExpression.txt

14 lines
768 B
Plaintext
Vendored

public final class FunctionLiteralExpressionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo1(@org.jetbrains.annotations.NotNull p0: java.lang.Object): kotlin.jvm.functions.Function0
public final static @org.jetbrains.annotations.NotNull method foo2(p0: int): kotlin.jvm.functions.Function1
public final static @org.jetbrains.annotations.NotNull method fooT1(p0: java.lang.Object): kotlin.jvm.functions.Function0
public final static @org.jetbrains.annotations.NotNull method fooT2(p0: java.lang.Object): kotlin.jvm.functions.Function1
}
public final class t {
public final static field INSTANCE: t
private method <init>(): void
}