public class A {
    private field x: java.lang.Object
    public method <init>(): void
    public method getX(): java.lang.Object
    public method setX(p0: java.lang.Object): void
}


public final class B {
    private @org.jetbrains.annotations.NotNull field x: java.lang.String
    public method <init>(): void
    public synthetic method getX(): java.lang.Object
    public @org.jetbrains.annotations.NotNull method getX(): java.lang.String
    public method setX(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
    public synthetic method setX(p0: java.lang.Object): void
}


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