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

// Library unique name: <main>
final class /Delegate { // /Delegate|null[0]
    constructor <init>() // /Delegate.<init>|<init>(){}[0]
    final fun getValue(/F.A, kotlin.reflect/KProperty<*>): kotlin/Int // /Delegate.getValue|getValue(F.A;kotlin.reflect.KProperty<*>){}[0]
}
final class /F { // /F|null[0]
    final val prop // /F.prop|@F.A{}prop[0]
        final fun (/F.A).<get-prop>(): kotlin/Int // /F.prop.<get-prop>|<get-prop>@F.A(){}[0]
    constructor <init>() // /F.<init>|<init>(){}[0]
    final class A { // /F.A|null[0]
        constructor <init>() // /F.A.<init>|<init>(){}[0]
    }
}
