/* MODULE name=<main> */

/* FILE package=<root> fileName=A.kt */

public class A
    private var privateVar: Int
        /* TARGET declaration */ private fun <get-privateVar>(): Int
        /* TARGET declaration */ private fun <set-privateVar>(<set-?>: Int)
    internal inline fun internalInlineFunction(): KMutableProperty0<Int>
        /* RICH PROPERTY REFERENCE */
            /* LOCAL declaration @0 */ local fun <get-privateVar>(<this>: A): Int
                /* ACCESSOR use-site */ access$<get-privateVar>($this = <this>)
            /* LOCAL declaration @1 */ local fun <set-privateVar>(<this>: A, p0: Int)
                /* ACCESSOR use-site */ access$<set-privateVar>($this = <this>, <set-?> = p0)
    /* ACCESSOR declaration */ internal /* static */ fun access$<get-privateVar>($this: A): Int
        /* TARGET use-site */ $this.<get-privateVar>()
    /* ACCESSOR declaration */ internal /* static */ fun access$<set-privateVar>($this: A, <set-?>: Int)
        /* TARGET use-site */ $this.<set-privateVar>(<set-?> = <set-?>)


/* FILE package=<root> fileName=main.kt */

public fun box(): String
    /* LOCAL declaration @0 */ local fun <anonymous>($this$run: A)
        /* RICH PROPERTY REFERENCE */
            /* LOCAL declaration @1 */ local fun <get-privateVar>(<this>: A): Int
                /* ACCESSOR use-site */ access$<get-privateVar>($this = <this>)
            /* LOCAL declaration @2 */ local fun <set-privateVar>(<this>: A, p0: Int)
                /* ACCESSOR use-site */ access$<set-privateVar>($this = <this>, <set-?> = p0)
        /* RICH PROPERTY REFERENCE */
            /* LOCAL declaration @3 */ local fun <get-privateVar>(<this>: A): Int
                /* ACCESSOR use-site */ access$<get-privateVar>($this = <this>)
            /* LOCAL declaration @4 */ local fun <set-privateVar>(<this>: A, p0: Int)
                /* ACCESSOR use-site */ access$<set-privateVar>($this = <this>, <set-?> = p0)
        /* RICH PROPERTY REFERENCE */
            /* LOCAL declaration @5 */ local fun <get-privateVar>(<this>: A): Int
                /* ACCESSOR use-site */ access$<get-privateVar>($this = <this>)
            /* LOCAL declaration @6 */ local fun <set-privateVar>(<this>: A, p0: Int)
                /* ACCESSOR use-site */ access$<set-privateVar>($this = <this>, <set-?> = p0)
    /* INVOKE @0 */ local fun <anonymous>($this$run: A)
