blob: 2de26d836807dbbc5b96e09a7cc450c7571c75cc [file]
// LANGUAGE: -FunctionalInterfaceConversion
fun interface Foo {
fun invoke()
}