6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
// !LANGUAGE: +FunctionInterfaceConversion
|
|
|
|
fun interface Foo {
|
|
fun invoke()
|
|
}
|