@kotlin.Metadata
public interface A {
    public abstract method getZzzValue(): java.lang.Object
    public abstract method setZzzValue(p0: java.lang.Object): void
    public abstract method zzz(): java.lang.Object
}

@kotlin.Metadata
public final class Base {
    private @org.jetbrains.annotations.Nullable field zzzValue: java.lang.Object
    public method <init>(): void
    public @org.jetbrains.annotations.Nullable method getZzzValue(): java.lang.Object
    public method setZzzValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
    public @org.jetbrains.annotations.Nullable method zzz(): java.lang.Object
}

@kotlin.Metadata
public final class TypedDelegationKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}

@kotlin.Metadata
public final class X {
    private synthetic final field $$delegate_0: Base
    public method <init>(): void
    public synthetic method getZzzValue(): java.lang.Object
    public @org.jetbrains.annotations.Nullable method getZzzValue(): java.lang.String
    public method setZzzValue(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
    public synthetic method setZzzValue(p0: java.lang.Object): void
    public synthetic method zzz(): java.lang.Object
    public @org.jetbrains.annotations.Nullable method zzz(): java.lang.String
}
