[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
+2 -1
View File
@@ -1,7 +1,8 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JS, JS_IR
// IGNORE_BACKEND: JS
// WITH_RUNTIME
// SKIP_DCE_DRIVEN
fun interface KRunnable {
fun invoke()