Mute failed test for JS IR BE

(cherry picked from commit 6d379a6)
This commit is contained in:
Zalim Bashorov
2018-06-26 14:48:44 +03:00
committed by Dmitry Petrov
parent 15f33dd94a
commit 56bf1f895c
@@ -1,5 +1,5 @@
// !LANGUAGE: +NewInference
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR, JVM_IR
class Recursive<T : Recursive<T>> : Generic<PlaceHolder<T>>, MainSupertype
open class Simple<T> : Generic<T>, MainSupertype