6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
// !LANGUAGE: -FunctionalInterfaceConversion
|
|
|
|
fun interface Foo {
|
|
fun invoke()
|
|
}
|