@kotlin.Metadata
public final class Box {
    private field value: java.lang.Object
    public method <init>(p0: java.lang.Object): void
    public final method getValue(): java.lang.Object
    public final method setValue(p0: java.lang.Object): void
}

@kotlin.Metadata
public final class PrimitiveTypeInfoKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static method isIntBox(@org.jetbrains.annotations.NotNull p0: Box): boolean
}
