/* MODULE name=<main> */

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

/* 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$tAKt()
        /* INVOKE @0 */ local fun <anonymous>(): String
/* ACCESSOR declaration */ internal fun access$privateMethod$tAKt(): String
    /* TARGET use-site */ privateMethod()


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

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