@kotlin.Metadata
public final class A {
    private @org.jetbrains.annotations.NotNull field foo: java.lang.Integer[]
    public method <init>(): void
    public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.Integer[]
    public method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[]): void
}

@kotlin.Metadata
public abstract class B {
    public method <init>(): void
    public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.Integer[]
    public abstract method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[]): void
}

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