Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
compiler
/
testData
/
resolvedCalls
/
arguments
/
functionLiterals
/
simpleLambda.kt
blob: 6e966ba43a3b3098bdcb0db7e6ea6d680266129b [
file
]
fun foo
(
f
:
(
Int
)
->
String
)
{}
fun test
()
{
<caret>
foo
{
x
->
"$x"
}
}