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

34 lines
1017 B
Plaintext
Vendored

@kotlin.Metadata
public final class Kt14243_propKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public interface Z {
inner class Z/DefaultImpls
public abstract method getValue(): java.lang.Object
public abstract method getZ(): java.lang.Object
}
@kotlin.Metadata
public final class Z/DefaultImpls {
inner class Z/DefaultImpls
public static method getZ(p0: Z): java.lang.Object
}
@kotlin.Metadata
public class ZImpl {
public method <init>(): void
public synthetic method getValue(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public synthetic method getZ(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
}
@kotlin.Metadata
public class ZImpl2 {
public method <init>(): void
public synthetic method getZ(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
}