[IR] [JS_IR] Supported fun interfaces in JS

This commit is contained in:
Igor Chevdar
2020-02-06 12:07:12 +03:00
parent 4a7b4d655c
commit 9bc7a43991
8 changed files with 45 additions and 6 deletions
@@ -1,6 +1,7 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JS, JS_IR
// IGNORE_BACKEND: JS
// SKIP_DCE_DRIVEN
fun interface Foo {
fun invoke(): String