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

// Library unique name: <main>
final object /Z { // /Z|null[0]
    final fun test() // /Z.test|test(){}[0]
    final class A { // /Z.A|null[0]
        constructor <init>() // /Z.A.<init>|<init>(){}[0]
        final fun test2() // /Z.A.test2|test2(){}[0]
    }
}
