Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
resolvedCalls
/
invoke
/
bothReceivers.kt
blob: b83fc42de3b5032fafba3806191384b165ee41c9 [
file
] [
log
] [
blame
]
fun bar
(
f
:
Int
.()
->
Unit
)
{
1.f
<caret>
()
}