Files
kotlin-fork/compiler/testData/diagnostics/tests/funInterface/basicFunInterface.kt
T

7 lines
102 B
Kotlin
Vendored

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