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

// Library unique name: <main>
final object b/Obj { // b/Obj|null[0]
    final val prop // b/Obj.prop|{}prop[0]
        final fun <get-prop>(): kotlin/Int // b/Obj.prop.<get-prop>|<get-prop>(){}[0]
    final fun method() // b/Obj.method|method(){}[0]
}
final fun a/test() // a/test|test(){}[0]
