e4a383f3e2
Fix tests, to use full documentation mode instead of quick navigate
8 lines
162 B
Kotlin
Vendored
8 lines
162 B
Kotlin
Vendored
fun foo() {
|
|
listOf(1).forEach {
|
|
println(it<caret>)
|
|
}
|
|
}
|
|
|
|
//INFO: <pre><b>value-parameter</b> it: Int <i>defined in</i> foo.<anonymous></pre>
|