Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
implicitFunctionalInterfaceInvoke.kt
blob: 56f54bf5960293277ffddc987c8e72126cb8bfcf [
file
]
fun
interface
A
{
operator
fun invoke
()
}
fun foo
(
a
:
A
)
{
<caret>
a
()
}