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

// Library unique name: <main>
open annotation class /A : kotlin/Annotation { // /A|null[0]
    final val x // /A.x|{}x[0]
        final fun <get-x>(): kotlin/String // /A.x.<get-x>|<get-x>(){}[0]
    constructor <init>(kotlin/String) // /A.<init>|<init>(kotlin.String){}[0]
}
final class /Cell { // /Cell|null[0]
    final var value // /Cell.value|{}value[0]
        final fun <get-value>(): kotlin/Int // /Cell.value.<get-value>|<get-value>(){}[0]
        final fun <set-value>(kotlin/Int) // /Cell.value.<set-value>|<set-value>(kotlin.Int){}[0]
    constructor <init>(kotlin/Int) // /Cell.<init>|<init>(kotlin.Int){}[0]
    final fun getValue(kotlin/Any?, kotlin/Any?): kotlin/Int // /Cell.getValue|getValue(kotlin.Any?;kotlin.Any?){}[0]
    final fun setValue(kotlin/Any?, kotlin/Any?, kotlin/Int) // /Cell.setValue|setValue(kotlin.Any?;kotlin.Any?;kotlin.Int){}[0]
}
final val /test1 // /test1|{}test1[0]
    final fun <get-test1>(): kotlin/Int // /test1.<get-test1>|<get-test1>(){}[0]
final var /test2 // /test2|{}test2[0]
    final fun <get-test2>(): kotlin/Int // /test2.<get-test2>|<get-test2>(){}[0]
    final fun <set-test2>(kotlin/Int) // /test2.<set-test2>|<set-test2>(kotlin.Int){}[0]
