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