blob: f6ef3e2efa42d9d92e719ece48ab9263bcd7dd40 [file]
// FIR_IDENTICAL
// !LANGUAGE: +FunctionalInterfaceConversion
fun interface Foo {
fun invoke()
}