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

// Library unique name: <main>
final class /Delegate { // /Delegate|null[0]
    final var delegateValue // /Delegate.delegateValue|{}delegateValue[0]
        final fun <get-delegateValue>(): kotlin/String // /Delegate.delegateValue.<get-delegateValue>|<get-delegateValue>(){}[0]
        final fun <set-delegateValue>(kotlin/String) // /Delegate.delegateValue.<set-delegateValue>|<set-delegateValue>(kotlin.String){}[0]
    constructor <init>() // /Delegate.<init>|<init>(){}[0]
    final fun (context(kotlin/Int)).getValue(kotlin/Any?, kotlin.reflect/KProperty<*>): kotlin/String // /Delegate.getValue|getValue(kotlin.Int)(kotlin.Any?;kotlin.reflect.KProperty<*>){}[0]
    final fun (context(kotlin/Int)).setValue(kotlin/Any?, kotlin.reflect/KProperty<*>, kotlin/String) // /Delegate.setValue|setValue(kotlin.Int)(kotlin.Any?;kotlin.reflect.KProperty<*>;kotlin.String){}[0]
}
final class /Result { // /Result|null[0]
    final var s // /Result.s|{}s[0]
        final fun <get-s>(): kotlin/String // /Result.s.<get-s>|<get-s>(){}[0]
        final fun <set-s>(kotlin/String) // /Result.s.<set-s>|<set-s>(kotlin.String){}[0]
    constructor (context(kotlin/Int)).<init>() // /Result.<init>|<init>(kotlin.Int)(){}[0]
}
final var /operationScore // /operationScore|{}operationScore[0]
    final fun <get-operationScore>(): kotlin/Int // /operationScore.<get-operationScore>|<get-operationScore>(){}[0]
    final fun <set-operationScore>(kotlin/Int) // /operationScore.<set-operationScore>|<set-operationScore>(kotlin.Int){}[0]
final fun /box(): kotlin/String // /box|box(){}[0]
