blob: 4a971a4976b362754a4d964c777859a2d31d2f68 [file] [log] [blame]
// !LANGUAGE: -FunctionalInterfaceConversion
fun interface Foo {
fun invoke()
}