package test inline fun mfun(f: () -> R) { f() f() } public inline fun String.toLowerCase2() : String = ""