42 lines
1.7 KiB
Plaintext
Vendored
42 lines
1.7 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public class B {
|
|
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getP(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class BB {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class TraitWithPrivateExtensionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface Z {
|
|
inner class Z/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method getString(@org.jetbrains.annotations.NotNull p0: B): java.lang.String
|
|
public abstract @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: B): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Z/DefaultImpls {
|
|
inner class Z/DefaultImpls
|
|
private static method extension(@org.jetbrains.annotations.NotNull p0: Z, p1: B): java.lang.String
|
|
public static @org.jetbrains.annotations.NotNull method getString(@org.jetbrains.annotations.NotNull p0: Z, p1: B): java.lang.String
|
|
public static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: Z, p1: B): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Z2 {
|
|
public final static field INSTANCE: Z2
|
|
private method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getString(@org.jetbrains.annotations.NotNull p0: BB): java.lang.String
|
|
public synthetic method getString(p0: B): java.lang.String
|
|
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: BB): java.lang.String
|
|
public synthetic method test(p0: B): java.lang.String
|
|
}
|