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

// Library unique name: <main>
final object /A // /A|null[0]
final object /B { // /B|null[0]
    final fun (/A).component1(): kotlin/Int // /B.component1|component1@A(){}[0]
    final fun (/A).component2(): kotlin/Int // /B.component2|component2@A(){}[0]
    final fun (/A).component3(): kotlin/Int // /B.component3|component3@A(){}[0]
}
final fun (/B)./test() // /test|test@B(){}[0]
