@kotlin.Metadata
public final class Delegate {
    public method <init>(): void
    public @org.jetbrains.annotations.NotNull method greet(): java.lang.String
}

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

@kotlin.Metadata
interface Interface {
    public abstract @org.jetbrains.annotations.NotNull method greet(): java.lang.String
}

@kotlin.Metadata
public final class MyObject {
    private final @org.jetbrains.annotations.NotNull field delegate: Interface
    public method <init>(): void
    private method <init>(p0: Interface): void
    public final @org.jetbrains.annotations.NotNull method getDelegate(): Interface
    public @org.jetbrains.annotations.NotNull method greet(): java.lang.String
}
