Files
kotlin-fork/compiler/testData/codegen/light-analysis/traits/traitWithPrivateMember.txt
T

28 lines
1.0 KiB
Plaintext
Vendored

public final class TraitWithPrivateMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface Z {
inner class Z/DefaultImpls
public abstract @org.jetbrains.annotations.NotNull method testFun(): java.lang.String
public abstract @org.jetbrains.annotations.NotNull method testProperty(): java.lang.String
}
public final class Z/DefaultImpls {
inner class Z/DefaultImpls
private static method getPrivateProp(p0: Z): java.lang.String
private static method privateFun(p0: Z): java.lang.String
public static @org.jetbrains.annotations.NotNull method testFun(p0: Z): java.lang.String
public static @org.jetbrains.annotations.NotNull method testProperty(p0: Z): java.lang.String
}
public final class Z2 {
public final static field INSTANCE: Z2
private method <init>(): void
public @org.jetbrains.annotations.NotNull method testFun(): java.lang.String
public @org.jetbrains.annotations.NotNull method testProperty(): java.lang.String
}