JS: fix explicit cross-module SAM constructor calls

This commit is contained in:
Anton Bannykh
2020-06-05 11:52:13 +03:00
parent 489290263f
commit bd2a0563ad
3 changed files with 22 additions and 4 deletions
@@ -1,6 +1,6 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND_FIR: JVM_IR
// SKIP_DCE_DRIVEN
fun interface MyRunnable {
fun run()