8 lines
122 B
Kotlin
Vendored
8 lines
122 B
Kotlin
Vendored
fun foo() {
|
|
listOf(1).forEach {
|
|
println(i<caret>t)
|
|
}
|
|
}
|
|
|
|
//INFO: <pre><b>value-parameter</b> it: Int</pre>
|