mingkangpan
fun foo() { val list = ArrayList<Model>() list.filter(Model::invoke).forEach { //<- does not work } }