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