Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolvedCalls
/
arguments
/
functionLiterals
/
unmappedLambda.kt
blob: 858eb231f29816d6db5f31b0fa74dd079175e720 [
file
]
fun foo
()
{}
fun test
()
{
<caret>
foo
{
x
->
"$x"
}
}