FIC: introduce language feature, modifiers checks and basic tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// !LANGUAGE: +FunctionInterfaceConversion
|
||||
|
||||
fun interface Foo {
|
||||
fun invoke()
|
||||
}
|
||||
Reference in New Issue
Block a user