Files

7 lines
102 B
Kotlin
Vendored

// FIR_IDENTICAL
// !LANGUAGE: +FunctionalInterfaceConversion
fun interface Foo {
fun invoke()
}