Files
kotlin-fork/compiler/testData/codegen/light-analysis/super/kt4173_2.txt
T

30 lines
1.0 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class B {
private field x: int
public method <init>(p0: int): void
public final method foo(): void
public final method getX(): int
public final method setX(p0: int): void
}
@kotlin.Metadata
public class C {
private final @org.jetbrains.annotations.NotNull field f: X
public method <init>(@org.jetbrains.annotations.NotNull p0: X): void
public final @org.jetbrains.annotations.NotNull method getF(): X
public final method test(): void
}
@kotlin.Metadata
public final class Kt4173_2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public class X {
private @org.jetbrains.annotations.NotNull field s: kotlin.jvm.functions.Function0
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
public final @org.jetbrains.annotations.NotNull method getS(): kotlin.jvm.functions.Function0
public final method setS(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}