public final class ClassB {
    private final @org.jetbrains.annotations.NotNull field value: Intf
    private final @org.jetbrains.annotations.NotNull field x: kotlin.jvm.functions.Function0
    public method <init>(): void
    public final @org.jetbrains.annotations.NotNull method getValue(): Intf
    public final @org.jetbrains.annotations.NotNull method getX(): kotlin.jvm.functions.Function0
}


public interface Intf {
    public abstract @org.jetbrains.annotations.NotNull method getAValue(): java.lang.String
}


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