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

// Library unique name: <main>
final class /Test { // /Test|null[0]
    final val x // /Test.x|{}x[0]
        final fun <get-x>(): kotlin/Int // /Test.x.<get-x>|<get-x>(){}[0]
    constructor <init>(kotlin/Int = ...) // /Test.<init>|<init>(kotlin.Int){}[0]
}
