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

// Library unique name: <main>
final class /A { // /A|null[0]
    final val a // /A.a|{}a[0]
        final fun <get-a>(): kotlin/Number // /A.a.<get-a>|<get-a>(){}[0]
    final val b // /A.b|{}b[0]
        final fun <get-b>(): kotlin/Number // /A.b.<get-b>|<get-b>(){}[0]
    final val c // /A.c|{}c[0]
        final fun <get-c>(): kotlin/Int // /A.c.<get-c>|<get-c>(){}[0]
    final val d // /A.d|{}d[0]
        final fun <get-d>(): kotlin/Int // /A.d.<get-d>|<get-d>(){}[0]
    constructor <init>() // /A.<init>|<init>(){}[0]
    final fun rest() // /A.rest|rest(){}[0]
}
final fun /test() // /test|test(){}[0]
