@kotlin.Metadata
public final class A {
    // source: 'delegateToCastReceiver.kt'
    private @org.jetbrains.annotations.NotNull field x: java.lang.String
    public method <init>(): void
    public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
    public final method setX(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}

@kotlin.Metadata
public final class B {
    // source: 'delegateToCastReceiver.kt'
    public method <init>(): void
    private static method getY$delegate(p0: B): java.lang.Object
    public final @org.jetbrains.annotations.NotNull method getY(): java.lang.String
    public final method setY(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}

@kotlin.Metadata
public final class DelegateToCastReceiverKt {
    // source: 'delegateToCastReceiver.kt'
    private final static @org.jetbrains.annotations.NotNull field a: java.lang.Object
    static method <clinit>(): void
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
}
