// "Create extension function 'List.foo'" "true" open class A fun main(args: Array) { val list = listOf(1, 2, 4, 5) list.foo { object : A() {} } }