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

23 lines
681 B
Plaintext
Vendored

public class first/A {
public method <init>(): void
protected @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class first/AKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
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
}
public final class second/C {
public method <init>(): void
protected @org.jetbrains.annotations.NotNull method test(): java.lang.String
}