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

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