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