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