package test inline fun bar(crossinline y: () -> String) = { call(y) } public inline fun call(f: () -> T): T = f()