Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
funInterface
/
basicFunInterface.kt
blob: f6ef3e2efa42d9d92e719ece48ab9263bcd7dd40 [
file
]
// FIR_IDENTICAL
// !LANGUAGE: +FunctionalInterfaceConversion
fun
interface
Foo
{
fun invoke
()
}