package test inline fun call(crossinline f: () -> R) : R { return {f()} () }