Set up tests for fun interfaces for JVM backend for now

This commit is contained in:
Mikhail Zarechenskiy
2020-01-17 14:01:20 +03:00
parent 39e0f101b1
commit 58c235e722
16 changed files with 36 additions and 6 deletions
@@ -1,4 +1,7 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR
fun interface Foo {
fun invoke(): String