/* MODULE name=<main> */

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

/* TARGET declaration */ private fun privateFunO(x: Function0<String>, y: Function0<String>): String
internal inline fun internalFunO(): String
    /* ACCESSOR use-site */ access$privateFunO$tUsePrivateTopLevelFunWithLambdaDefaultValueThroughInternalInlineFunKt()
/* TARGET declaration */ private fun privateFunK(x: Function0<String>, y: Function0<String>): String
internal inline fun internalFunK(): String
    /* ACCESSOR use-site */ access$privateFunK$tUsePrivateTopLevelFunWithLambdaDefaultValueThroughInternalInlineFunKt()
public fun box(): String
    /* ACCESSOR use-site */ access$privateFunO$tUsePrivateTopLevelFunWithLambdaDefaultValueThroughInternalInlineFunKt()
    /* ACCESSOR use-site */ access$privateFunK$tUsePrivateTopLevelFunWithLambdaDefaultValueThroughInternalInlineFunKt()
/* ACCESSOR declaration */ internal fun access$privateFunO$tUsePrivateTopLevelFunWithLambdaDefaultValueThroughInternalInlineFunKt(x: Function0<String>, y: Function0<String>): String
    /* TARGET use-site */ privateFunO(x = x, y = y)
/* ACCESSOR declaration */ internal fun access$privateFunK$tUsePrivateTopLevelFunWithLambdaDefaultValueThroughInternalInlineFunKt(x: Function0<String>, y: Function0<String>): String
    /* TARGET use-site */ privateFunK(x = x, y = y)
