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