Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
functionLiterals
/
OutsideCallParenthesis8.kt
blob: 43313ae73a770c88d2e701b3cda82c3f084207d4 [
file
] [
log
] [
blame
]
fun foo
(
optional
:
Int
=
0
,
handler
:
(
String
,
Char
)
->
Unit
){}
fun bar
(
handler
:
(
String
,
Char
)
->
Unit
)
{
foo
<caret>
}
// EXIST: "{ s, c -> ... }"
// EXIST: "{ s: String, c: Char -> ... }"
// ABSENT: handler