Files
kotlin-fork/compiler/testData/codegen/light-analysis/syntheticAccessors/protectedFromLambda.txt
T

24 lines
746 B
Plaintext
Vendored

@kotlin.Metadata
public class first/A {
public method <init>(): void
protected @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
@kotlin.Metadata
public final class first/AKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public abstract class second/B {
private final @org.jetbrains.annotations.NotNull field value: kotlin.jvm.functions.Function0
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getValue(): kotlin.jvm.functions.Function0
}
@kotlin.Metadata
public final class second/C {
public method <init>(): void
protected @org.jetbrains.annotations.NotNull method test(): java.lang.String
}