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