public final class Bar {
    public method <init>(): void
}


public final class GenericArrayElementTypeKt {
    public final static @org.jetbrains.annotations.NotNull method arrayOfInBar(): java.lang.Object[]
    public final static @org.jetbrains.annotations.NotNull method arrayOfInList(): java.lang.Object[]
    public final static @org.jetbrains.annotations.NotNull method arrayOfInvBar(): Bar[]
    public final static @org.jetbrains.annotations.NotNull method arrayOfInvList(): java.util.List[]
    public final static @org.jetbrains.annotations.NotNull method arrayOfOutBar(): Bar[]
    public final static @org.jetbrains.annotations.NotNull method arrayOfOutList(): java.util.List[]
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
