Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
functionLiterals
/
5.kt
blob: c31b7639ed81b073b231654f25861c3479b59abf [
file
] [
log
] [
blame
]
fun foo
(
p
:
String
.(
Int
)
->
Unit
){}
fun bar
()
{
foo
(<
caret
>)
}
// WITH_ORDER
// EXIST: "{...}"
// EXIST: "{ i -> ... }"
// EXIST: "{ i: Int -> ... }"