// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true

// Library unique name: <main>
final class /Some { // /Some|null[0]
    final var foo // /Some.foo|{}foo[0]
        final fun <get-foo>(): kotlin/Int // /Some.foo.<get-foo>|<get-foo>(){}[0]
        final fun <set-foo>(kotlin/Int) // /Some.foo.<set-foo>|<set-foo>(kotlin.Int){}[0]
    constructor <init>(kotlin/Int) // /Some.<init>|<init>(kotlin.Int){}[0]
}
