| Module: common |
| FILE: module_common_expectInlineableFunction.kt |
| @R|org/jetbrains/kotlin/plugin/sandbox/MyInlineable|() public final expect fun ExpectInlineable(value: R|kotlin/String|, content: R|@R|org/jetbrains/kotlin/plugin/sandbox/MyInlineable|() some/MyInlineableFunction1<@R|kotlin/ParameterName|(name = String(v)) kotlin/String, kotlin/String>|): R|kotlin/String| |
| public final fun commonBox(): R|kotlin/String| { |
| ^commonBox R|/ExpectInlineable|(String(O), <L> = ExpectInlineable@fun <anonymous>(it: R|kotlin/String|): R|kotlin/String| <inline=NoInline> { |
| ^ R|<local>/it|.R|kotlin/String.plus|(String(K)) |
| } |
| ) |
| } |
| Module: platform |
| FILE: module_platform_expectInlineableFunction.kt |
| @R|org/jetbrains/kotlin/plugin/sandbox/MyInlineable|() public final actual fun ExpectInlineable(value: R|kotlin/String|, content: R|@R|org/jetbrains/kotlin/plugin/sandbox/MyInlineable|() some/MyInlineableFunction1<@R|kotlin/ParameterName|(name = String(v)) kotlin/String, kotlin/String>|): R|kotlin/String| { |
| ^ExpectInlineable R|<local>/content|.R|SubstitutionOverride<some/MyInlineableFunction1.invoke: R|kotlin/String|>|(R|<local>/value|) |
| } |
| public final fun box(): R|kotlin/String| { |
| ^box R|/commonBox|() |
| } |