package test import kotlin.InlineOption.* inline fun call(inlineOptions(ONLY_LOCAL_RETURN) f: () -> R) : R { return {f()} () }