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

// Library unique name: <main>
final class <#A: kotlin/Any?> /GenericClass { // /GenericClass|null[0]
    final val value // /GenericClass.value|{}value[0]
        final fun <get-value>(): #A // /GenericClass.value.<get-value>|<get-value>(){}[0]
    constructor <init>(#A) // /GenericClass.<init>|<init>(1:0){}[0]
    final fun withNewValue(#A): /GenericClass<#A> // /GenericClass.withNewValue|withNewValue(1:0){}[0]
}
