package test inline fun mfun(f: () -> R) { f() } fun concat(suffix: String, l: (s: String) -> Unit) { l(suffix) }