`fun myFun(param: Int, func: (() -> Boolean)? =...
# announcements
m
fun myFun(param: Int, func: (() -> Boolean)? = null) { func?.invoke() }