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

33 lines
936 B
Plaintext
Vendored

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