// PROBLEM: none // WITH_RUNTIME class My { operator fun invoke() {} } fun bar(my: List) { my.forEach { it() } }