Files
kotlin-fork/compiler/testData/diagnostics/tests/funInterface/basicFunInterfaceDisabled.fir.kt
T
2020-01-17 19:36:11 +03:00

6 lines
85 B
Kotlin
Vendored

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