public final class A {
    inner class A/B
    public method <init>(): void
}


public final class A/B {
    private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
    private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
    synthetic final field this$0: A
    inner class A/B
    public method <init>(p0: A): void
    public final method getProp(): int
    public final method setProp(p0: int): void
}


public final class Delegate {
    private field inner: java.lang.Object
    public method <init>(p0: java.lang.Object): void
    public final method getInner(): java.lang.Object
    public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.Object
    public final method setInner(p0: java.lang.Object): void
    public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: java.lang.Object): void
}


public final class GenericDelegateKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
