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

// Library unique name: <main>
final value 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]
    final fun equals(kotlin/Any?): kotlin/Boolean // /Test.equals|equals(kotlin.Any?){}[0]
    final fun hashCode(): kotlin/Int // /Test.hashCode|hashCode(){}[0]
    final fun toString(): kotlin/String // /Test.toString|toString(){}[0]
}
