/* MODULE name=<lib> */

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

/* TARGET declaration */ context(scope: Scope) private fun privateFun(): String
internal inline fun internalInlineFun(): String
    /* ACCESSOR use-site */ access$privateFun$tAKt(scope = $this$with)
/* ACCESSOR declaration */ internal fun access$privateFun$tAKt(scope: Scope): String
    /* TARGET use-site */ privateFun(/* scope = scope */)


/* MODULE name=<main> */

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

public fun box(): String
    /* ACCESSOR use-site */ access$privateFun$tAKt(scope = $this$with)