fun foo() { listOf(1).forEach { println(it) } } //INFO: value-parameter it: Int defined in foo.<anonymous>