Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
valAtLambaArgumentInCall.kt
blob: 29e320f9912986880d3b1a732eae9db2bd56c461 [
file
]
// ALLOW_MULTIPLE_EXPRESSIONS
fun bar
(
x
:
(
Int
)
->
String
)
=
x
(
1
)
fun foo
()
{
bar
()
{
y
:
Int
->
"abc"
}.
val
<caret>
}