Minor: mute test in JS_IR

This commit is contained in:
Dmitry Petrov
2020-06-03 23:24:04 +03:00
parent 0db02926f5
commit a4b9e8fdc6
@@ -1,5 +1,6 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument
// IGNORE_BACKEND_FIR: JVM_IR, JS_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND_FIR: JVM_IR
fun interface MyRunnable {
fun run()