Minor: mute test in JS_IR

This commit is contained in:
Dmitry Petrov
2020-06-03 16:09:52 +03:00
parent 426f164e02
commit 99a1ef0460
@@ -1,5 +1,5 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND_FIR: JVM_IR, JS_IR
fun interface MyRunnable {
fun run()