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