/* MODULE name=<main> */

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

public class A
    /* TARGET declaration */ private fun privateMethod(): String
    internal val internalInlineVal: Function0<String>
        internal inline fun <get-internalInlineVal>(): Function0<String>
            /* LOCAL declaration @0 */ local fun <anonymous>(): String
                /* ACCESSOR use-site */ access$privateMethod($this = <this>)
            /* INVOKE @0 */ local fun <anonymous>(): String
    /* ACCESSOR declaration */ internal /* static */ fun access$privateMethod($this: A): String
        /* TARGET use-site */ $this.privateMethod()


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

public fun box(): String
    /* LOCAL declaration @0 */ local fun <anonymous>(): String
        /* ACCESSOR use-site */ access$privateMethod($this = this)
    /* INVOKE @0 */ local fun <anonymous>(): String
