Files
2020-01-17 19:36:11 +03:00

6 lines
85 B
Kotlin
Vendored

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