FIC: rename FunctionConversion -> FunctionalConversion

This commit is contained in:
Mikhail Zarechenskiy
2020-01-17 09:01:32 +03:00
parent 27e104187f
commit 8350cf7d14
18 changed files with 19 additions and 20 deletions
@@ -1,4 +1,4 @@
// !LANGUAGE: +NewInference +FunctionInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
fun interface Foo {
fun invoke(): String