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

@kotlin.Metadata
public final class Test {
    private @org.jetbrains.annotations.NotNull field storage: java.lang.String
    public method <init>(): void
    public final @org.jetbrains.annotations.NotNull method getFoo(p0: int): java.lang.String
    public final @org.jetbrains.annotations.NotNull method getStorage(): java.lang.String
    private final method setFoo(p0: int, p1: java.lang.String): void
    public final method setStorage(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
    public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
