blob: 424e2a905c4350165ea71628a5ddd68d1815f48f [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// LANGUAGE: +FunctionalInterfaceConversion
fun interface Foo {
fun invoke()
}
/* GENERATED_FIR_TAGS: funInterface, functionDeclaration, interfaceDeclaration */