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

// Library unique name: <main>
final class /C { // /C|null[0]
    final val test1 // /C.test1|{}test1[0]
        final fun <get-test1>(): kotlin/Int // /C.test1.<get-test1>|<get-test1>(){}[0]
    final var test2 // /C.test2|{}test2[0]
        final fun <get-test2>(): kotlin/Int // /C.test2.<get-test2>|<get-test2>(){}[0]
        final fun <set-test2>(kotlin/Int) // /C.test2.<set-test2>|<set-test2>(kotlin.Int){}[0]
    constructor <init>(kotlin/Int, kotlin/Int) // /C.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
}
