public class A {
    public method <init>(): void
    public final @org.jetbrains.annotations.NotNull method plus(p0: java.lang.Object): B
}


public final class B {
    private final field e: java.lang.Object
    public method <init>(p0: java.lang.Object): void
    public final @org.jetbrains.annotations.NotNull method add(): B
    public final method getE(): java.lang.Object
}


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