Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
editor
/
quickDoc
/
AtImplicitLambdaParameter.kt
blob: 9e988b29111e2ee76f0a1d672daf5f998eb2f691 [
file
] [
log
] [
blame
]
fun foo
()
{
listOf
(
1
).
forEach
{
println
(
i
<caret>
t
)
}
}
//INFO: <pre><b>value-parameter</b> it: Int</pre>