// WITH_RUNTIME fun foo(list: List, function: (String) -> Boolean = { it.length > 6 }) = list.filter(function)