Files
kotlin/compiler/testData/codegen/light-analysis/objects/objectLiteralInClosure.txt

13 lines
476 B
Plaintext
Vendored

final class p/C {
private final @org.jetbrains.annotations.NotNull field initChild: kotlin.jvm.functions.Function0
private final field y: int
public method <init>(p0: int): void
public final @org.jetbrains.annotations.NotNull method getInitChild(): kotlin.jvm.functions.Function0
public final method getY(): int
}
public final class p/ObjectLiteralInClosureKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}